@alauda-fe/common
Version:
Alauda frontend team common codes.
10 lines (9 loc) • 386 B
TypeScript
/**
* @packageDocumentation
* @module lazy-component
* @preferred
*/
import { LazyContentDirective, LazyPlaceholderDirective, LazyComponent } from './lazy-load-component';
export * from './lazy-load-component';
export * from './visibility.service';
export declare const LAZY_COMPONENTS: readonly [typeof LazyPlaceholderDirective, typeof LazyContentDirective, typeof LazyComponent];