Angular Directive

There are 3 types of directives: Components Attribute Directives Structural Directives 1. Components – A component directive requires a view along with its attached behaviour.This

Angular Popular Refrences

1. angular 2. creating-a-custom-directive 3. angular-2-custom-event-binding-eventemitter-exampleeventemitter-example 4. using-renderer2-angular 5. reactgo.com 6. angular-2-search-and-sort-with-ngfor-repeater-with-example 7. angular-material-icon-tutorial-with-example 8. angular-nested-routing-with-multiple-routeroutlet-using-loadchildren-having-own-router-modules-example-application 9. coryrylan.com 10. angular-7-reactive-forms-validation-example 11. www.geeksforgeeks.org 12. Tutorialsteacher 13.

Angular route params

Activating the route with parameters 1. One way to activate the route is by using the routerLink directive. <a [routerLink]=”[’employees’,2]”> Get Employee with Id 2