Resources
+Here are some links to help you get started:
+ + + ++ + +
Next Steps
+What do you want to do next with your app?
+ + + +ng generate component xyz+
ng add @angular/material+
ng add _____+
ng test+
ng build --prod+
diff --git a/packages/schematics/angular/application/files/src/favicon.ico.template b/packages/schematics/angular/application/files/src/favicon.ico.template index 8081c7ceaf2b..997406ad22c2 100644 Binary files a/packages/schematics/angular/application/files/src/favicon.ico.template and b/packages/schematics/angular/application/files/src/favicon.ico.template differ diff --git a/packages/schematics/angular/application/files/src/index.html.template b/packages/schematics/angular/application/files/src/index.html.template index 63b8497cace2..d2887db5c665 100644 --- a/packages/schematics/angular/application/files/src/index.html.template +++ b/packages/schematics/angular/application/files/src/index.html.template @@ -7,6 +7,315 @@ + + + + + + + + +
<<%= prefix %>-root><%= prefix %>-root> diff --git a/packages/schematics/angular/application/other-files/app.component.html.template b/packages/schematics/angular/application/other-files/app.component.html.template index d64e4d22d343..78b792873344 100644 --- a/packages/schematics/angular/application/other-files/app.component.html.template +++ b/packages/schematics/angular/application/other-files/app.component.html.template @@ -1,21 +1,232 @@ - -Here are some links to help you get started:
+ + + +What do you want to do next with your app?
+ + + +ng generate component xyz+
ng add @angular/material+
ng add _____+
ng test+
ng build --prod+