Spaces:
Running
Running
Update flare-ui/src/app/components/main/main.component.ts
Browse files
flare-ui/src/app/components/main/main.component.ts
CHANGED
@@ -109,6 +109,14 @@ import { ActivityLogComponent } from '../activity-log/activity-log.component';
|
|
109 |
Projects
|
110 |
</a>
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
<a mat-tab-link
|
113 |
routerLink="/test"
|
114 |
routerLinkActive #rla5="routerLinkActive"
|
|
|
109 |
Projects
|
110 |
</a>
|
111 |
|
112 |
+
<a mat-tab-link
|
113 |
+
routerLink="/chat"
|
114 |
+
routerLinkActive #rla5="routerLinkActive"
|
115 |
+
[active]="rla5.isActive">
|
116 |
+
<mat-icon>chat_bubble_outline</mat-icon>
|
117 |
+
Test
|
118 |
+
</a>
|
119 |
+
|
120 |
<a mat-tab-link
|
121 |
routerLink="/test"
|
122 |
routerLinkActive #rla5="routerLinkActive"
|