Browse Source

feat(admin-ui): Export Dialog interface

Michael Bromley 6 years ago
parent
commit
6b31f28652
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/admin-ui/src/index.ts

+ 1 - 1
packages/admin-ui/src/index.ts

@@ -7,7 +7,7 @@ export { NotificationService } from './app/core/providers/notification/notificat
 export { DataModule } from './app/data/data.module';
 export { DataService } from './app/data/providers/data.service';
 export { ServerConfigService } from './app/data/server-config';
-export { ModalService } from './app/shared/providers/modal/modal.service';
+export * from './app/shared/providers/modal/modal.service';
 export { SharedModule } from './app/shared/shared.module';
 export { NavBuilderService } from './app/core/providers/nav-builder/nav-builder.service';
 export { BaseListComponent } from './app/common/base-list.component';