Angular Directives Tutorial - Deep Dive into Angular Directives
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=QR6jWqHvU-E
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
Other Videos By Fullstack Academy
Tags:
Angular Directives
Angular Directives Tutorial
Angular Directives examples