mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3530, ADF-3598] Sharing files (#3828)
* share node * lint fix * createSharedLinks parameter * remove es6 async * use fakeAsync * removed trailing comma * e2e update dialog title locator * Expires label localization * docs update
This commit is contained in:
committed by
Eugenio Romano
parent
b34ca87657
commit
42f4bee2b4
@@ -20,7 +20,6 @@ import { NgModule } from '@angular/core';
|
||||
import { MaterialModule } from '../material.module';
|
||||
|
||||
import { NodeDownloadDirective } from './node-download.directive';
|
||||
import { NodeSharedDirective } from './node-share.directive';
|
||||
import { NodeLockDirective } from './node-lock.directive';
|
||||
|
||||
@NgModule({
|
||||
@@ -30,12 +29,10 @@ import { NodeLockDirective } from './node-lock.directive';
|
||||
],
|
||||
declarations: [
|
||||
NodeDownloadDirective,
|
||||
NodeSharedDirective,
|
||||
NodeLockDirective
|
||||
],
|
||||
exports: [
|
||||
NodeDownloadDirective,
|
||||
NodeSharedDirective,
|
||||
NodeLockDirective
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user