mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2055] Ability to pre-populate form with a file and values (#2834)
* fix translations form * fix style webpack script * fix tslint error problem in viewer * fix naming problems in attach file widget * add start process form values data initialization option * fix translation problems * missing return type * start process name configuration * add CS cross PS configuration * start process from file example * fix minor issues * add documentation and move the dialog in a separate component * easy test select app * alfrescoRepositoryName right property * file conversion test * fix issue after CR * Remove forgotten semicolon.
This commit is contained in:
@@ -22,6 +22,7 @@ import { MaterialModule } from '../material.module';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
import { AppsListComponent } from './apps-list.component';
|
||||
import { SelectAppsDialogComponent } from './select-apps-dialog-component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -31,11 +32,16 @@ import { AppsListComponent } from './apps-list.component';
|
||||
TranslateModule
|
||||
],
|
||||
declarations: [
|
||||
AppsListComponent
|
||||
AppsListComponent,
|
||||
SelectAppsDialogComponent
|
||||
],
|
||||
providers: [],
|
||||
exports: [
|
||||
AppsListComponent
|
||||
AppsListComponent,
|
||||
SelectAppsDialogComponent
|
||||
],
|
||||
entryComponents: [
|
||||
SelectAppsDialogComponent
|
||||
]
|
||||
})
|
||||
export class AppsListModule {
|
||||
|
Reference in New Issue
Block a user