Skip to content

Commit

Permalink
feat(admin-ui): Export BaseListComponent & BaseDetailComponent
Browse files Browse the repository at this point in the history
Allows creation of idiomatic list/detail components in UI extensions
  • Loading branch information
michaelbromley committed Oct 22, 2019
1 parent 7b5b943 commit d222449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/admin-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export { ServerConfigService } from './app/data/server-config';
export { ModalService } 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';
export { BaseDetailComponent } from './app/common/base-detail.component';
export * from './app/core/providers/nav-builder/nav-builder-types';
export * from './app/core/providers/custom-field-component/custom-field-component.service';
export * from './app/shared/shared-declarations';

0 comments on commit d222449

Please sign in to comment.