UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

11 lines (10 loc) 457 B
export * from "./component/base-filter.component"; export * from "./component/base-form.component"; export * from "./component/base-list.component"; export * from "./component/base-sublist.component"; export * from "./component/base-tableview.component"; export * from "./component/base.component"; export * from "./shared/base-interface.service"; export * from "./shared/base.filter"; export * from "./shared/base.service"; export * from "./shared/utils";