File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
packages/schematics/angular/application/other-files Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 384384 <span>Angular Material</span>
385385 </div>
386386
387+ <div class="card card-small" (click)="selection.value = 'pwa'" tabindex="0">
388+ <svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>
389+
390+ <span>Add PWA Support</span>
391+ </div>
392+
387393 <div class="card card-small" (click)="selection.value = 'dependency'" tabindex="0">
388394 <svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>
389395
407413 <div class="terminal" [ngSwitch]="selection.value">
408414 <pre *ngSwitchDefault>ng generate component xyz</pre>
409415 <pre *ngSwitchCase="'material'">ng add @angular/material</pre>
416+ <pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
410417 <pre *ngSwitchCase="'dependency'">ng add _____</pre>
411418 <pre *ngSwitchCase="'test'">ng test</pre>
412419 <pre *ngSwitchCase="'build'">ng build --prod</pre>
You can’t perform that action at this time.
0 commit comments