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
Nx CLI
Then invoke the ngxtension:init
generator
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