File tree 1 file changed +9
-31
lines changed
1 file changed +9
-31
lines changed Original file line number Diff line number Diff line change 1
- < mat-sidenav-container fullscreen >
2
1
3
- < mat-sidenav #start (click) ="start.close() ">
4
- < mat-nav-list >
2
+ < mat-toolbar color ="primary " class ="mat-elevation-z6 ">
5
3
6
- < a mat-list-item routerLink ="/ ">
7
- < mat-icon > library_books</ mat-icon >
8
- < span > Courses</ span >
9
- </ a >
4
+ < a mat-button routerLink ="/ ">
5
+ < span > COURSES</ span >
6
+ </ a >
10
7
11
- < a mat-list-item routerLink ="about ">
12
- < mat-icon > question_answer</ mat-icon >
13
- < span > About</ span >
14
- </ a >
15
- < a mat-list-item >
16
- < mat-icon > person_add</ mat-icon >
17
- < span > Register</ span >
18
- </ a >
8
+ < a mat-button routerLink ="/about ">
9
+ < span > ABOUT</ span >
10
+ </ a >
19
11
20
- < a mat-list-item >
21
- < mat-icon > account_circle</ mat-icon >
22
- < span > Login</ span >
23
- </ a >
12
+ </ mat-toolbar >
24
13
25
- </ mat-nav-list >
26
14
27
- </ mat-sidenav >
28
-
29
- < mat-toolbar color ="primary ">
30
- < button mat-icon-button (click) ="start.open('mouse') ">
31
- < mat-icon > menu</ mat-icon >
32
- </ button >
33
- </ mat-toolbar >
34
-
35
- < router-outlet > </ router-outlet >
36
-
37
- </ mat-sidenav-container >
15
+ < router-outlet > </ router-outlet >
You can’t perform that action at this time.
0 commit comments