|
|
@ -1,10 +1,11 @@ |
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
|
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
|
|
import { ReactiveFormsModule } from '@angular/forms'; |
|
|
|
import { MatLegacyAutocompleteModule as MatAutocompleteModule } from '@angular/material/legacy-autocomplete'; |
|
|
|
import { MatLegacyChipsModule as MatChipsModule } from '@angular/material/legacy-chips'; |
|
|
|
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input'; |
|
|
|
import { MatLegacyProgressSpinnerModule as MatProgressSpinnerModule } from '@angular/material/legacy-progress-spinner'; |
|
|
|
import { MatAutocompleteModule } from '@angular/material/autocomplete'; |
|
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
|
import { MatChipsModule } from '@angular/material/chips'; |
|
|
|
import { MatInputModule } from '@angular/material/input'; |
|
|
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; |
|
|
|
import { GfSymbolModule } from '@ghostfolio/client/pipes/symbol/symbol.module'; |
|
|
|
|
|
|
|
import { ActivitiesFilterComponent } from './activities-filter.component'; |
|
|
@ -16,6 +17,7 @@ import { ActivitiesFilterComponent } from './activities-filter.component'; |
|
|
|
CommonModule, |
|
|
|
GfSymbolModule, |
|
|
|
MatAutocompleteModule, |
|
|
|
MatButtonModule, |
|
|
|
MatChipsModule, |
|
|
|
MatInputModule, |
|
|
|
MatProgressSpinnerModule, |
|
|
|