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
The Angular component sub-generator from generator-ng-component was added
The generator no longer uses the babel require hook at runtime
The generator's template files are now passed through Babel at scaffold time. This allows for things like removing type annotations if the user so chooses.
TypeScript uses typings instead of tsd
Bug Fixes
client: remove no-empty from tslint.json (eafc4e0)
client:navbar.controller: refactor EJS, exclude constructor if empty (a75b1d4)