Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class Generator extends Base {
return {

init: function () {
this.config.set('generatorVersion', this.rootGeneratorVersion());
this.filters = {};

// init shared generator properies and methods
Expand All @@ -43,6 +44,7 @@ export default class Generator extends Base {
# generator-angular-fullstack. For a more stable version, run
# \`npm install -g generator-angular-fullstack@^2.0.0\`
################################################################`));
this.log('You\'re using the Angular Full-Stack Generator, version ' + this.rootGeneratorVersion());
this.log(this.yoWelcome);
this.log('Out of the box I create an AngularJS app with an Express server.\n');
},
Expand Down