The Practical Client Integrating Angular 2 Directives 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 ...
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 that the amount of TypeScript-related ...