Easy step to create and configure an Angular Directive using Angular CLI

Run the below command to generate angular directive in the project directory

ng generate directive {directive-name}

or

ng g d {directive-name}

The below example shows creating a directive with name as button.

generate directive

The reference is also updated in app.module.ts.

 

 

One comment

Leave a Reply to AnonymousCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.