ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
8 lines (7 loc) • 501 B
TypeScript
export { PopoverDirective } from './popover.directive';
export { PopoverComponent } from './popover.component';
export { PopoverItemModule } from './popover-item/popover-item.module';
export { PopoverOptionsFactory, PopoverModule } from './popover.module';
export { PopoverItemComponent } from './popover-item/popover-item.component';
export { PopoverComponentOptions } from './popover-component-options.provider';
export { PopoverOptionsInterface, PopoverOptions } from './popover-options.provider';