mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1502] Fixes for AoT checks in Angular CLI (#2282)
* Fixes for AoT checks in Angular CLI * login fixes - aot compatibility - fix copyright symbol - fix toggling password (operates within the component instead of the whole document) - remove old MDL calls on error style check * Search fixes * login test fixes * form fixes - add WidgetComponent to the module - remove missing 'focus' property from Hyperlink widget template/style * task-list fixes * process-list fixes * analytics fixes
This commit is contained in:
committed by
Mario Romano
parent
1ffb4619cb
commit
ffbfc8b87a
@@ -26,6 +26,7 @@ import { MaterialModule } from './src/components/material.module';
|
||||
import { StartFormComponent } from './src/components/start-form.component';
|
||||
import { ContentWidgetComponent } from './src/components/widgets/content/content.widget';
|
||||
import { MASK_DIRECTIVE, WIDGET_DIRECTIVES } from './src/components/widgets/index';
|
||||
import { WidgetComponent } from './src/components/widgets/widget.component';
|
||||
import { ActivitiAlfrescoContentService } from './src/services/activiti-alfresco.service';
|
||||
import { ActivitiContentService } from './src/services/activiti-content-service';
|
||||
import { EcmModelService } from './src/services/ecm-model.service';
|
||||
@@ -90,7 +91,8 @@ export const ACTIVITI_FORM_PROVIDERS: any[] = [
|
||||
declarations: [
|
||||
...ACTIVITI_FORM_DIRECTIVES,
|
||||
...DEPRECATED_FORM_DIRECTIVES,
|
||||
...MASK_DIRECTIVE
|
||||
...MASK_DIRECTIVE,
|
||||
WidgetComponent
|
||||
],
|
||||
entryComponents: [
|
||||
...WIDGET_DIRECTIVES
|
||||
|
Reference in New Issue
Block a user