We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844db87 commit a58e079Copy full SHA for a58e079
src/app/welcome/welcome.component.html
@@ -1,10 +1,10 @@
1
<div class="center-this">
2
<div class="container">
3
<div class="col-md-12">
4
- <mat-card>Welcome To Our World
5
- <br>
6
7
- <button mat-raised-button color="accent" routerLink='/feature'>Lazy Load</button>
+ <mat-card>
+ <h2>Angular (SSR) + Node.js (TypeScript) Boiler / Starter</h2>
+ <hr>
+ <button mat-raised-button color="accent" routerLink='/feature'>Lazy Load Module</button>
8
</mat-card>
9
</div>
10
0 commit comments