this is just for the repo, and not the workspace Co-authored-by: Rares Matei <matei.rar@gmail.com>
9 lines
191 B
TypeScript
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';
|