Angular Directives Angular Directive is basically a class with a @Directive decorator. Installation Install the new angular project by doing following $ ng new angular-directive $ cd angular-directive $ npm start