A collection of utilities for Angular.
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
Check the documentation.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!