Installation
Automatic
ngxtension
comes with an initialize schematic/generator for both Angular CLI and Nx
The schematic/generator adds ngxtension
as a dependency to the project as well as turning on skipLibCheck
to ensure
typings from external libraries do not fail the project’s strictness.
Angular CLI
ng add ngxtension
Nx CLI
npm install ngxtension
yarn add ngxtension
pnpm install ngxtension
bun add ngxtension
Then invoke the ngxtension:init
generator
nx g ngxtension:init
Manual
Install ngxtension
using the above command then turn skipLibCheck: true
on the project’s root tsconfig.json
For Nx, it might be
tsconfig.base.json
Compatibility Matrix
WIP