SuiteCRM-Core/core/app/common/src/public-api.ts
Clemente Raposo fd0c915435 Add app core lib
- Move services, pipes, directives and stores into core
- Move misplaced interfaces into common
- Refactor messages service and component
-- Messages are stored in the services and not the component
-- Remove 2 way dependency
2021-03-30 19:22:45 +01:00

5 lines
70 B
TypeScript

/*
* Public API Surface of common
*/
export * from './lib/common';