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 ...
Here’s how, in Angular, you can use directives to dynamically modify HTML in Views without polluting your business logic. I know that, in my last column, I said ...