@orchestrator/core
Version:
> Core package of Orchestrator library.
10 lines (9 loc) • 659 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ComponentRegistry, OrchestratorCoreModule, OrchestratorDynamicComponentType } from '@orchestrator/core';
import * as i0 from "@angular/core";
export declare class OrchestratorCoreTestingModule {
static withComponents(components: ComponentRegistry<OrchestratorDynamicComponentType<any>>): ModuleWithProviders<OrchestratorCoreModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<OrchestratorCoreTestingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OrchestratorCoreTestingModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<OrchestratorCoreTestingModule>;
}