Skip to content

Commit

Permalink
edit terminaltext
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadfauzanf committed Aug 27, 2024
1 parent 525c2a1 commit 59e34d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ <h2>Next Steps</h2>

<!-- Terminal -->
<div class="terminal" [ngSwitch]="selection.value">
<pre *ngSwitchDefault>ng generate component xyz</pre>
<pre *ngSwitchDefault>Terminal text</pre>
<pre *ngSwitchCase="'material'">ng add @angular/material</pre>
<pre *ngSwitchCase="'pwa'">ng add @angular/pwa</pre>
<pre *ngSwitchCase="'dependency'">ng add _____</pre>
Expand Down

0 comments on commit 59e34d6

Please sign in to comment.