Angular 4 : Propagating events from directives to parent components.
The objective is of this content is to provide a "learn by example" on how to propagate events from directives to parent components in Angular 4. I'm briefly
The objective is of this content is to provide a "learn by example" on how to propagate events from directives to parent components in Angular 4. I'm briefly
Angular ngColored directive lets you display colors in your templates. Installation bower install ngColored --save Add ngcolored module into your Angular application : angular .module('coloredApp', [ 'ngAnimate', 'ngCookies', 'ngResource', 'ngRoute', 'ngSanitize',