Skip to content

Pro tips

Eric M. Dantas edited this page Aug 10, 2017 · 10 revisions

Aliases

Subgenerators

Component

Instead of using component, use cmp.

Directive

Instead of using directive, use dct.

Controller

Instead of using controller, use ctrl.

Model

Instead of using model, use mde.

Service

Instead of using service, use svc.

Factory

Instead of using factory, use fct.

Module

Instead of using module, use mdu.

Filter

Instead of using filter, use flt.

Resource

Instead of using resource, use rsc.

Pipe

Instead of using pipe, use pp.

Decorator

Instead of using decorator, use dec.

Style

Instead of using style, use stl.

View

Instead of using view, use vw.

Endpoint

Instead of using endpoint, use edpt.

Params

generate

Instead of using generate, use either gen or g.

--feature

Instead of using --feature, use either --feat or --ft.

Clone this wiki locally