mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2161] download directive (#2934)
* node download directive * integrate with demo shell * docs on the directive * node actions integration * test fixes * remove old and disable invalid tests * remove fdescribe * fix unit tests
This commit is contained in:
@@ -35,6 +35,7 @@ import { ContentNodeSelectorModule } from './content-node-selector/content-node-
|
||||
import { DialogModule } from './dialogs/dialog.module';
|
||||
import { FolderDirectiveModule } from './folder-directive/folder-directive.module';
|
||||
import { ContentMetadataModule } from './content-metadata/content-metadata.module';
|
||||
import { NodeDownloadDirective } from './directives/node-download.directive';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -57,6 +58,9 @@ import { ContentMetadataModule } from './content-metadata/content-metadata.modul
|
||||
DialogModule,
|
||||
FolderDirectiveModule
|
||||
],
|
||||
declarations: [
|
||||
NodeDownloadDirective
|
||||
],
|
||||
providers: [
|
||||
{
|
||||
provide: TRANSLATION_PROVIDER,
|
||||
@@ -81,7 +85,8 @@ import { ContentMetadataModule } from './content-metadata/content-metadata.modul
|
||||
ContentNodeSelectorModule,
|
||||
ContentMetadataModule,
|
||||
DialogModule,
|
||||
FolderDirectiveModule
|
||||
FolderDirectiveModule,
|
||||
NodeDownloadDirective
|
||||
]
|
||||
})
|
||||
export class ContentModule {
|
||||
|
Reference in New Issue
Block a user