ngxtension
v4.1.0
Published
Utilities library for Angular
Downloads
114,769
Readme
NG Extension Platform
A collection of utilities for Angular.
Installation
The ng-add
schematic/generator installs the ngxtension
package as well as turning on skipLibCheck
TypeScript configuration if it hasn't been turned on.
This allows your project to skip checking types for external libraries like ngxtension
where typings might not be compatible with your project's strictness.
ng add ngxtension
or
npm install ngxtension
yarn add ngxtension
pnpm install ngxtension
nx generate ngxtension:init
Utilities
Check the documentation.