isomor-ng-nest v2.7.0 is a frontend/backend library for the isomor ecosystem, enabling direct function calls from UI to server without explicit API layers (REST/GraphQL). It uses Babel transpilation to separate frontend and backend code within a single project. Supports Node >=11 and ships TypeScript types. It is part of a set of packages for isomorphic TypeScript development with Angular (ng) and NestJS (nest) integrations. Release cadence is irregular, tied to isomor updates.
npm install isomor-ng-nestNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to set up isomor-ng-nest with a NestJS backend and generate client-side code.
npm install isomor@^2.7.0
Replace `new IsomorNgNest()` with the functional `isomorNgNest()` export.
Use the `server` property directly in the config object.
Add `"skipLibCheck": true` to tsconfig.json
Upgrade Node.js to v11 or later.
Run `npm install isomor-ng-nest isomor` and ensure `tsconfig.json` includes `"esModuleInterop": true`.
Use `import isomorNgNest from 'isomor-ng-nest'` (default import).
Import or define the NestJS AppModule before using it in the configuration.
Upgrade Node.js to v11 or higher.