About 223,000 results
Open links in new tab
  1. Directives • Overview • Angular

    Use Angular's built-in directives to manage forms, lists, styles, and what users see. The different types of Angular directives are as follows: Used with a template. This type of directive is the most common …

  2. Angular - Directive

    The options provide configuration metadata that determines how the directive should be processed, instantiated and used at runtime. Directive classes, like component classes, can implement life-cycle …

  3. Angular Directives - W3Schools

    Directive Essentials Add behavior to elements with @Directive and a selector. Structural directives (*ngIf, *ngFor) add/remove DOM. Attribute directives ([ngClass], custom [w3X]) change look/behavior …

  4. Angular Directives: What, Why, When, and How (2025 Edition)

    Dec 4, 2024 · Discover the latest guide on Angular Directives with real-world examples, best practices, and tips for Angular. Learn what directives are, their uses, and how to implement them effectively.

  5. Angular Directives Explained: Types, Examples & Use Cases

    Jul 19, 2025 · Learn everything about Angular Directives – from built-in and custom directives to real-world examples. Master structural & attribute directives to build dynamic Angular apps.

  6. 10 Essential Angular Directives | Every Developer Must Know

    Jul 18, 2025 · In this tutorial, we covered 10 essential Angular directives that every developer should know. These directives are the building blocks for constructing dynamic, maintainable, and scalable …

  7. Built-in directives in Angular - GeeksforGeeks

    Mar 28, 2024 · There are basically 3 types of directives and each type has some built-in directives. In this article, we will discuss all 3 types of directives and their built-in directives.

  8. Attribute directivesAngular

    Change the appearance or behavior of DOM elements and Angular components with attribute directives. This section walks you through creating a highlight directive that sets the background color of the …

  9. Angular - Directives - Online Tutorials Library

    Angular directives are classes that enhance the feature of a HTML element or component and add additional behavior to the web application. They can transform a static HTML page into dynamic by …

  10. How to Use and Create Custom Directives in Angular - A Complete …

    Oct 27, 2024 · In this comprehensive 3500+ word guide, we‘ll cover everything you need to know about using and creating custom directives in Angular with code examples and best practices.