Package Exports
- ngxtension
- ngxtension/active-element
- ngxtension/assert-injector
- ngxtension/call-apply
- ngxtension/computed-from
- ngxtension/connect
- ngxtension/create-effect
- ngxtension/create-injection-token
- ngxtension/debug
- ngxtension/filter-array
- ngxtension/filter-nil
- ngxtension/gestures
- ngxtension/host-binding
- ngxtension/if-validator
- ngxtension/inject-destroy
- ngxtension/inject-is-intersecting
- ngxtension/inject-lazy
- ngxtension/intl
- ngxtension/map-array
- ngxtension/map-skip-undefined
- ngxtension/navigation-end
- ngxtension/package.json
- ngxtension/reduce-array
- ngxtension/repeat
- ngxtension/resize
- ngxtension/singleton-proxy
- ngxtension/trackby-id-prop
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 ngxtensionor
npm install ngxtensionyarn add ngxtensionpnpm install ngxtensionnx generate ngxtension:initUtilities
Check the documentation.