SUPPORT-9561: register new component
This commit is contained in:
parent
0115762bdd
commit
4b6fe9a2db
1 changed files with 2 additions and 0 deletions
|
|
@ -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<any> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue