@alfresco/adf-core
Version:
27 lines (26 loc) • 2.67 kB
TypeScript
import { AboutServerSettingsComponent } from './about-server-settings/about-server-settings.component';
import { AboutExtensionListComponent } from './about-extension-list/about-extension-list.component';
import { AboutLicenseListComponent } from './about-license-list/about-license-list.component';
import { PackageListComponent } from './about-package/package-list.component';
import { AboutStatusListComponent } from './about-status-list/about-status-list.component';
import { ModuleListComponent } from './about-module-list/module-list.component';
import { AboutComponent } from './about.component';
import { AboutPanelDirective } from './about-panel.directive';
import { AboutRepositoryInfoComponent } from './about-repository-info/about-repository-info.component';
import * as i0 from "@angular/core";
import * as i1 from "./about-extension-list/about-extension-list.component";
import * as i2 from "./about-license-list/about-license-list.component";
import * as i3 from "./about-module-list/module-list.component";
import * as i4 from "./about-repository-info/about-repository-info.component";
import * as i5 from "./about-package/package-list.component";
import * as i6 from "./about-status-list/about-status-list.component";
import * as i7 from "./about-server-settings/about-server-settings.component";
import * as i8 from "./about-panel.directive";
import * as i9 from "./about.component";
export declare const ABOUT_DIRECTIVES: readonly [typeof AboutExtensionListComponent, typeof AboutLicenseListComponent, typeof ModuleListComponent, typeof AboutRepositoryInfoComponent, typeof PackageListComponent, typeof AboutStatusListComponent, typeof AboutServerSettingsComponent, typeof AboutPanelDirective, typeof AboutComponent];
/** @deprecated import `ABOUT_DIRECTIVES` or standalone components instead */
export declare class AboutModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AboutModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AboutModule, never, [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent], [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AboutModule>;
}