diff --git a/frontend/src/ts/modules/app/app.module.ts b/frontend/src/ts/modules/app/app.module.ts index 517811de..be3f53ea 100644 --- a/frontend/src/ts/modules/app/app.module.ts +++ b/frontend/src/ts/modules/app/app.module.ts @@ -31,6 +31,7 @@ import { ErvuFileUploadWithAdditionalFiles } from "../../ervu/component/fileupload/ErvuFileUploadWithAdditionalFiles"; import {ValidateFileService} from "../../ervu/service/ValidateFileService"; +import {YearComboBox} from "../../ervu/component/combobox/YearComboBox"; registerLocaleData(localeRu); export const DIRECTIVES = [ @@ -44,6 +45,7 @@ export const DIRECTIVES = [ forwardRef(() => ErvuDownloadFileButton), forwardRef(() => InMemoryStaticGrid), forwardRef(() => HomeLandingComponent), + forwardRef(() => YearComboBox) ]; export function checkAuthentication(authService: AuthenticationService): () => Promise {