We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419b5c1 commit 03a1eafCopy full SHA for 03a1eaf
packages/schematics/angular/application/files/common-files/src/app/app.component.html.template
@@ -427,8 +427,8 @@
427
<!-- Terminal -->
428
<div class="terminal" [ngSwitch]="selection.value">
429
<pre *ngSwitchDefault>ng generate component xyz</pre>
430
- <pre *ngSwitchCase="'material'">ng add @angular/material</pre>
431
- <pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
+ <pre *ngSwitchCase="'material'">ng add @angular/material</pre>
+ <pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
432
<pre *ngSwitchCase="'dependency'">ng add _____</pre>
433
<pre *ngSwitchCase="'test'">ng test</pre>
434
<pre *ngSwitchCase="'build'">ng build</pre>
0 commit comments