UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

16 lines (15 loc) 938 B
import { ApplicationRef, ComponentFactoryResolver, ElementRef, Injector, NgZone, Renderer2, ViewContainerRef } from '@angular/core'; import { ComponentLoader } from './component-loader.class'; import { PositioningService } from './../positioning/positioning.service'; import * as i0 from "@angular/core"; export declare class ComponentLoaderFactory { private _componentFactoryResolver; private _ngZone; private _injector; private _posService; private _applicationRef; constructor(_componentFactoryResolver: ComponentFactoryResolver, _ngZone: NgZone, _injector: Injector, _posService: PositioningService, _applicationRef: ApplicationRef); createLoader<T>(_elementRef: ElementRef, _viewContainerRef: ViewContainerRef, _renderer: Renderer2): ComponentLoader<T>; static ɵfac: i0.ɵɵFactoryDeclaration<ComponentLoaderFactory, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ComponentLoaderFactory>; }