|
4 | 4 | <h1>Angular ngRx Material Starter</h1>
|
5 | 5 | <div class="actions">
|
6 | 6 | <a [ngClass]="animateOnRouteEnter"
|
7 |
| - mat-raised-button color="primary" routerLink="../features"> |
8 |
| - Check Features |
| 7 | + mat-raised-button class="actions-main" color="primary" routerLink="../features"> |
| 8 | + Features |
9 | 9 | </a>
|
10 |
| - <a mat-raised-button color="accent" routerLink="../examples" |
| 10 | + <a mat-raised-button class="actions-main" color="accent" routerLink="../examples" |
11 | 11 | [ngClass]="animateOnRouteEnter">
|
12 |
| - Check Examples |
| 12 | + Examples |
13 | 13 | </a>
|
14 |
| - <a mat-raised-button routerLink="../settings" |
| 14 | + <a mat-raised-button class="actions-main" color="warn" routerLink="../settings" |
15 | 15 | [ngClass]="animateOnRouteEnter">
|
16 |
| - Change Theme |
| 16 | + <i class="fa fa-gear"></i> Change Theme |
17 | 17 | </a>
|
18 |
| - <span [ngClass]="animateOnRouteEnter">or</span> |
| 18 | + <br> |
| 19 | + <span [ngClass]="animateOnRouteEnter">or check blogs about</span> |
| 20 | + <br> |
19 | 21 | <a mat-raised-button
|
20 | 22 | [ngClass]="animateOnRouteEnter"
|
21 | 23 | target="_blank"
|
22 | 24 | href="https://medium.com/@tomastrajan/the-complete-guide-to-angular-material-themes-4d165a9d24d1">
|
23 |
| - <i class="fa fa-medium"></i> Check Blog Post |
| 25 | + <i class="fa fa-medium"></i> Material Theming |
| 26 | + </a> |
| 27 | + <a mat-raised-button |
| 28 | + [ngClass]="animateOnRouteEnter" |
| 29 | + target="_blank" |
| 30 | + href="https://medium.com/@tomastrajan/6-best-practices-pro-tips-for-angular-cli-better-developer-experience-7b328bc9db81"> |
| 31 | + <i class="fa fa-medium"></i> Angular Cli Tips |
| 32 | + </a> |
| 33 | + <a mat-raised-button |
| 34 | + [ngClass]="animateOnRouteEnter" |
| 35 | + target="_blank" |
| 36 | + href="https://medium.com/@tomastrajan/object-assign-vs-object-spread-in-angular-ngrx-reducers-3d62ecb4a4b0"> |
| 37 | + <i class="fa fa-medium"></i> Ngrx Typescript Tips |
| 38 | + </a> |
| 39 | + <a mat-raised-button |
| 40 | + [ngClass]="animateOnRouteEnter" |
| 41 | + target="_blank" |
| 42 | + href="https://medium.com/@tomastrajan/how-to-style-angular-application-loading-with-angular-cli-like-a-boss-cdd4f5358554"> |
| 43 | + <i class="fa fa-medium"></i> App Loading Style |
24 | 44 | </a>
|
25 | 45 | </div>
|
26 | 46 | <div class="get-started" [ngClass]="animateOnRouteEnter">
|
|
0 commit comments