ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
18 lines (17 loc) • 836 B
TypeScript
/**
* @license
* Copyright Alibaba.com All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
export { NzModalComponent } from './nz-modal.component';
export { NzModalFooterDirective } from './nz-modal-footer.directive';
export { NzModalRef } from './nz-modal-ref.class';
export { NzModalModule } from './nz-modal.module';
export { NzModalService } from './nz-modal.service';
export { NzModalServiceModule } from './nz-modal.service.module';
export { NZ_MODAL_CONFIG, NzModalConfig } from './nz-modal-config';
export { NzModalControlService } from './nz-modal-control.service';
export { NzModalControlServiceModule } from './nz-modal-control.service.module';
export * from './nz-modal.type';