Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Angular

Attribute Directives in Angular

Modify element look/behavior with ngClass, ngStyle, and custom directives.

Attribute Directives in Angular — a practical guide to Angular attribute directives with clear examples you can reuse in real projects.

Angular Tutorial Series (28/119). Prefer one article? Read the complete Angular tutorial.

Short description

Prefer classes for styling when possible.

ngClass

<div [ngClass]="{ active: isOn, disabled: !isOn }">Panel</div>

Leave a reply

Your email address will not be published. Required fields are marked *