Basic tags, correspondents & document type dropdowns

This commit is contained in:
Michael Shamoon
2020-12-08 23:08:02 -08:00
parent 72706a335d
commit f3fd0fcf72
4 changed files with 107 additions and 13 deletions

View File

@@ -48,6 +48,7 @@ import { WidgetFrameComponent } from './components/dashboard/widgets/widget-fram
import { WelcomeWidgetComponent } from './components/dashboard/widgets/welcome-widget/welcome-widget.component';
import { YesNoPipe } from './pipes/yes-no.pipe';
import { FileSizePipe } from './pipes/file-size.pipe';
import { FilterPipe } from './pipes/filter.pipe';
@NgModule({
declarations: [
@@ -88,7 +89,8 @@ import { FileSizePipe } from './pipes/file-size.pipe';
WidgetFrameComponent,
WelcomeWidgetComponent,
YesNoPipe,
FileSizePipe
FileSizePipe,
FilterPipe
],
imports: [
BrowserModule,