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
|
ErvuFileUploadWithAdditionalFiles
|
||||||
} from "../../ervu/component/fileupload/ErvuFileUploadWithAdditionalFiles";
|
} from "../../ervu/component/fileupload/ErvuFileUploadWithAdditionalFiles";
|
||||||
import {ValidateFileService} from "../../ervu/service/ValidateFileService";
|
import {ValidateFileService} from "../../ervu/service/ValidateFileService";
|
||||||
|
import {YearComboBox} from "../../ervu/component/combobox/YearComboBox";
|
||||||
|
|
||||||
registerLocaleData(localeRu);
|
registerLocaleData(localeRu);
|
||||||
export const DIRECTIVES = [
|
export const DIRECTIVES = [
|
||||||
|
|
@ -44,6 +45,7 @@ export const DIRECTIVES = [
|
||||||
forwardRef(() => ErvuDownloadFileButton),
|
forwardRef(() => ErvuDownloadFileButton),
|
||||||
forwardRef(() => InMemoryStaticGrid),
|
forwardRef(() => InMemoryStaticGrid),
|
||||||
forwardRef(() => HomeLandingComponent),
|
forwardRef(() => HomeLandingComponent),
|
||||||
|
forwardRef(() => YearComboBox)
|
||||||
];
|
];
|
||||||
|
|
||||||
export function checkAuthentication(authService: AuthenticationService): () => Promise<any> {
|
export function checkAuthentication(authService: AuthenticationService): () => Promise<any> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue