Skip to content

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

Adding ngxtension
ng add ngxtension

Nx CLI

Installing ngxtension
npm install ngxtension

Then invoke the ngxtension:init generator

Invoking 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