mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
go back
This commit is contained in:
@@ -145,6 +145,7 @@ import { UserInfoComponent } from './components/app-layout/user-info/user-info.c
|
|||||||
bootstrap: [AppComponent]
|
bootstrap: [AppComponent]
|
||||||
})
|
})
|
||||||
export class AppModule {
|
export class AppModule {
|
||||||
constructor() {
|
constructor(automationService: CoreAutomationService) {
|
||||||
|
automationService.setup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -39,6 +39,11 @@ export class CoreAutomationService {
|
|||||||
) {
|
) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log('ADF Core AutomationService init');
|
console.log('ADF Core AutomationService init');
|
||||||
|
}
|
||||||
|
|
||||||
|
setup() {
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log('ADF Core setup');
|
||||||
|
|
||||||
const adfProxy = window['adf'] || {};
|
const adfProxy = window['adf'] || {};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user