Angular Directives Tutorial - Deep Dive into Angular Directives

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=QR6jWqHvU-E



Category:
Tutorial
Duration: 9:43
438 views
3


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Directives are new attributes in Angular that enable developers to extend their HTML with custom syntax and functionality. Directives are functions that get executed when the Angular compiler finds them in the DOM. In this Angular Directives tutorial, we discuss some of the ways developers can write organized code with directives while letting those components communicate with each other and share application state effectively.

Watch this video to learn:

- Why Angular Directives are useful
- How to integrate Angular Directives with your application
- How the Isolate Scope, Transclusion and Require options work







Tags:
Angular Directives
Angular Directives Tutorial
Angular Directives examples