@alfresco/adf-content-services
Version:
Alfresco ADF content services
29 lines (28 loc) • 2.73 kB
TypeScript
import { NodeLockDirective } from './node-lock.directive';
import { NodeCounterComponent, NodeCounterDirective } from './node-counter.directive';
import { AutoFocusDirective } from './auto-focus.directive';
import { CheckAllowableOperationDirective } from './check-allowable-operation.directive';
import { LibraryFavoriteDirective } from './library-favorite.directive';
import { LibraryMembershipDirective } from './library-membership.directive';
import { NodeDeleteDirective } from './node-delete.directive';
import { NodeFavoriteDirective } from './node-favorite.directive';
import { NodeRestoreDirective } from './node-restore.directive';
import { NodeDownloadDirective } from './node-download.directive';
import * as i0 from "@angular/core";
import * as i1 from "./node-lock.directive";
import * as i2 from "./node-counter.directive";
import * as i3 from "./auto-focus.directive";
import * as i4 from "./check-allowable-operation.directive";
import * as i5 from "./library-favorite.directive";
import * as i6 from "./library-membership.directive";
import * as i7 from "./node-delete.directive";
import * as i8 from "./node-favorite.directive";
import * as i9 from "./node-restore.directive";
import * as i10 from "./node-download.directive";
export declare const CONTENT_DIRECTIVES: (typeof NodeDownloadDirective | typeof NodeCounterDirective | typeof NodeCounterComponent | typeof AutoFocusDirective | typeof NodeLockDirective | typeof CheckAllowableOperationDirective | typeof LibraryFavoriteDirective | typeof LibraryMembershipDirective | typeof NodeDeleteDirective | typeof NodeFavoriteDirective | typeof NodeRestoreDirective)[];
/** @deprecated import CONTENT_DIRECTIVES or standalone directives instead */
export declare class ContentDirectiveModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ContentDirectiveModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentDirectiveModule, never, [typeof i1.NodeLockDirective, typeof i2.NodeCounterDirective, typeof i2.NodeCounterComponent, typeof i3.AutoFocusDirective, typeof i4.CheckAllowableOperationDirective, typeof i5.LibraryFavoriteDirective, typeof i6.LibraryMembershipDirective, typeof i7.NodeDeleteDirective, typeof i8.NodeFavoriteDirective, typeof i9.NodeRestoreDirective, typeof i10.NodeDownloadDirective], [typeof i1.NodeLockDirective, typeof i2.NodeCounterDirective, typeof i2.NodeCounterComponent, typeof i3.AutoFocusDirective, typeof i4.CheckAllowableOperationDirective, typeof i5.LibraryFavoriteDirective, typeof i6.LibraryMembershipDirective, typeof i7.NodeDeleteDirective, typeof i8.NodeFavoriteDirective, typeof i9.NodeRestoreDirective, typeof i10.NodeDownloadDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ContentDirectiveModule>;
}