@alfresco/adf-content-services
Version:
Alfresco ADF content services
13 lines (12 loc) • 869 B
TypeScript
import { AspectListComponent } from './aspect-list.component';
import { AspectListDialogComponent } from './aspect-list-dialog.component';
import * as i0 from "@angular/core";
import * as i1 from "./aspect-list.component";
import * as i2 from "./aspect-list-dialog.component";
export declare const ASPECT_LIST_DIRECTIVES: readonly [typeof AspectListComponent, typeof AspectListDialogComponent];
/** @deprecated use `...ASPECT_LIST_DIRECTIVES` or import the individual components */
export declare class AspectListModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AspectListModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AspectListModule, never, [typeof i1.AspectListComponent, typeof i2.AspectListDialogComponent], [typeof i1.AspectListComponent, typeof i2.AspectListDialogComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AspectListModule>;
}