Norbert de Langen c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00

15 lines
391 B
TypeScript

export * from './client/index';
export * from './types';
/*
* ATTENTION:
* - moduleMetadata
* - NgModuleMetadata
* - ICollection
*
* These typings are coped out of decorators.d.ts and types.d.ts in order to fix a bug with tsc
* It was imported out of dist before which was not the proper way of exporting public API
*
* This can be fixed by migrating app/angular to typescript
*/