You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(paths): allow specifying paths to a component when generating
When generating a component allow to specify the path the where the component will go
`ng generate component foo/bar/person` will create the component (and all associated files)
in the directory `[project-root]/src/app/foo/bar/person/`
Closes#267
0 commit comments