Installation
Automatic
npm install -D ngxtension-plugin
ng g ngxtension-plugin:init
nx g ngxtension-plugin: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
ngxtension Version | Release Date | Angular Version Support |
---|---|---|
5.x | 2025-03-14 | >=16.0.0 |
4.x | 2024-07-15 | >=16.0.0 |
3.x | 2024-04-24 | >=16.0.0 |
2.x | 2024-02-02 | >=16.0.0 |
1.x | 2023-11-09 | >=16.0.0 |