Product Engineer @Epilot, Web Google Developer Expert, Microsoft MVP
Custom Directives in Angular
For those who do a lot of angular, you might have used ng-bind, ng-init somewhere in your project. These are the built-in directives that are provided to us by the angular team. We’ll see how to create our very own directive in angular.
So to create one, we need to understand different types of custom directives.
1 comment