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 384
384
<span>Angular Material</span>
385
385
</div>
386
386
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
+
387
393
<div class="card card-small" (click)="selection.value = 'dependency'" tabindex="0">
388
394
<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
395
407
413
<div class="terminal" [ngSwitch]="selection.value">
408
414
<pre *ngSwitchDefault>ng generate component xyz</pre>
409
415
<pre *ngSwitchCase="'material'">ng add @angular/material</pre>
416
+ <pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
410
417
<pre *ngSwitchCase="'dependency'">ng add _____</pre>
411
418
<pre *ngSwitchCase="'test'">ng test</pre>
412
419
<pre *ngSwitchCase="'build'">ng build --prod</pre>
You can’t perform that action at this time.
0 commit comments