- route: don't default to creating a new module, fix component registration name (15e5507)
- Controllers are now appended with
Controller
instead ofCtrl
- New Component subgenerator
- If a
ts
extention is present instead ofjs
, the generator will output.ts
files - If a
modulePrompt
config property is truthy, subgenerators will ask for a module name the Angular component should be bound to. - The route subgenerator now uses an Angular Component (Note: If you're using Angular 1.3/1.4, You can use the toddmotto/angular-component polyfill)
- gen:
- route:
- component: generate component for angular 1.5 (a8eb002)
- gen: update yeoman-generator to
~0.20.3
(51c560a)
- gen:
- gen: update yeoman-generator to
~0.19.2
(a861e29)
[email protected]
deprecates the use ofthis._
. If your templates use lodash methods, you should now referencethis.lodash
.