UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

13 lines (12 loc) 528 B
import { AfterViewInit, ComponentFactoryResolver } from '@angular/core'; import { NbOverlayContainerComponent, NbPositionedContainer } from '../cdk'; export declare class NbPopoverComponent extends NbPositionedContainer implements AfterViewInit { overlayContainer: NbOverlayContainerComponent; content: any; context: Object; cfr: ComponentFactoryResolver; ngAfterViewInit(): void; protected attachTemplate(): void; protected attachComponent(): void; protected attachString(): void; }