Spaces:
Building
Building
Update flare-ui/src/app/components/chat/chat.component.ts
Browse files
flare-ui/src/app/components/chat/chat.component.ts
CHANGED
@@ -6,7 +6,7 @@ import { MatIconModule } from '@angular/material/icon';
|
|
6 |
import { MatFormFieldModule } from '@angular/material/form-field';
|
7 |
import { MatInputModule } from '@angular/material/input';
|
8 |
import { MatCardModule } from '@angular/material/card';
|
9 |
-
import {
|
10 |
import { Subscription } from 'rxjs';
|
11 |
|
12 |
import { ApiService } from '../../services/api.service';
|
@@ -28,7 +28,7 @@ interface ChatMessage {
|
|
28 |
MatFormFieldModule,
|
29 |
MatInputModule,
|
30 |
MatCardModule,
|
31 |
-
|
32 |
],
|
33 |
templateUrl: './chat.component.html',
|
34 |
styleUrls: ['./chat.component.scss']
|
|
|
6 |
import { MatFormFieldModule } from '@angular/material/form-field';
|
7 |
import { MatInputModule } from '@angular/material/input';
|
8 |
import { MatCardModule } from '@angular/material/card';
|
9 |
+
import { MatSelectModule } from '@angular/material/select';
|
10 |
import { Subscription } from 'rxjs';
|
11 |
|
12 |
import { ApiService } from '../../services/api.service';
|
|
|
28 |
MatFormFieldModule,
|
29 |
MatInputModule,
|
30 |
MatCardModule,
|
31 |
+
MatSelectModule
|
32 |
],
|
33 |
templateUrl: './chat.component.html',
|
34 |
styleUrls: ['./chat.component.scss']
|