ng-hub-ui-portal
Version:
A flexible Angular portal library for dynamic content rendering with advanced positioning and interaction control
12 lines (11 loc) • 604 B
TypeScript
import * as i0 from "@angular/core";
export { HubPortal } from './portal';
export { HubPortalConfig, HubPortalOptions, HubPortalUpdatableOptions } from './portal-config';
export { HubPortalRef, HubActivePortal } from './portal-ref';
export { HubPortalStack } from './portal-stack';
export { PortalDismissReasons } from './portal-dismiss-reasons';
export declare class HubPortalModule {
static ɵfac: i0.ɵɵFactoryDeclaration<HubPortalModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<HubPortalModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<HubPortalModule>;
}