File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ export default class Generator extends Base {
3030 return {
3131
3232 init : function ( ) {
33+ this . config . set ( 'generatorVersion' , this . rootGeneratorVersion ( ) ) ;
3334 this . filters = { } ;
3435
3536 // init shared generator properies and methods
@@ -43,6 +44,7 @@ export default class Generator extends Base {
4344# generator-angular-fullstack. For a more stable version, run
4445# \`npm install -g generator-angular-fullstack@^2.0.0\`
4546################################################################` ) ) ;
47+ this . log ( 'You\'re using the Angular Full-Stack Generator, version ' + this . rootGeneratorVersion ( ) ) ;
4648 this . log ( this . yoWelcome ) ;
4749 this . log ( 'Out of the box I create an AngularJS app with an Express server.\n' ) ;
4850 } ,
You can’t perform that action at this time.
0 commit comments