We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Block naming conventions:
Create a new directive using the name of the block. yo angular:directive <name>
yo angular:directive <name>
Create a new view using the name of the block. yo angular:view <name>
yo angular:view <name>
Change the directive to use the view: templateUrl: 'views/<name>.html'
templateUrl: 'views/<name>.html'
Change the directive to be restricted to an element. restrict: 'E'
restrict: 'E'