bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
11 lines (10 loc) • 363 B
TypeScript
export * from "./component";
export * from "./pipe";
export * from "./service";
export * from "./data";
export * from "./directive/focus-register.directive";
export * from "./guard/candeactivate.guard";
export * from "./resolve/domain.resolve";
export * from "./utils/static-translate-loader";
export * from "./global.constants";
export * from "./shared.module";