mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-6345] New start process page APA (#7521)
* [AAE-6345] New start process page APA * [AAE-6345] Added test * [AAE-6345] Update * CR * Revrite wrapper to component * Quick fix to e2e * Show errors as ng-content * Add Inplace word * Fix unit tests * Fix e2e
This commit is contained in:
@@ -40,6 +40,7 @@ import { EditJsonDialogModule } from '../dialogs/edit-json/edit-json.dialog.modu
|
||||
import { A11yModule } from '@angular/cdk/a11y';
|
||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||
import { ViewerModule } from '../viewer/viewer.module';
|
||||
import { InplaceFormInputComponent } from './components/inplace-form-input/inplace-form-input.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -67,7 +68,8 @@ import { ViewerModule } from '../viewer/viewer.module';
|
||||
StartFormCustomButtonDirective,
|
||||
...WIDGET_DIRECTIVES,
|
||||
...MASK_DIRECTIVE,
|
||||
WidgetComponent
|
||||
WidgetComponent,
|
||||
InplaceFormInputComponent
|
||||
],
|
||||
exports: [
|
||||
ContentWidgetComponent,
|
||||
@@ -75,6 +77,7 @@ import { ViewerModule } from '../viewer/viewer.module';
|
||||
FormListComponent,
|
||||
FormRendererComponent,
|
||||
StartFormCustomButtonDirective,
|
||||
InplaceFormInputComponent,
|
||||
...WIDGET_DIRECTIVES
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user