We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 973ca50 + 755d542 commit 044e4d1Copy full SHA for 044e4d1
src/generators/app/index.js
@@ -90,6 +90,7 @@ export class Generator extends Base {
90
},
91
info: function () {
92
this.log(this.yoWelcome);
93
+ this.log(`Angular Fullstack v${this.rootGeneratorVersion()}\n`);
94
this.log('Out of the box I create an Angular app with an Express server.\n');
95
96
checkForConfig: function() {
0 commit comments