Integrating Angular 2 Directives

  • Thread starter Thread starter Code Download
  • Start date Start date
C

Code Download

Guest
It’s easy to integrate your own attribute directives into Angular 2 templates to pass data from your component to your directive, have it respond to events on your page or even have your directive fire events to be processed by the component using it.

Continue reading...
 
Back
Top