nx/packages/angular/index.ts
Jason Jean e06822da7e
chore(repo): update prettier to v2 (#2934)
this is just for the repo, and not the workspace

Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00

9 lines
191 B
TypeScript

export {
DataPersistence,
fetch,
navigation,
optimisticUpdate,
pessimisticUpdate,
} from './src/runtime/nx/data-persistence';
export { NxModule } from './src/runtime/nx/nx.module';