Skip to content

develite98/ngxtension-platform

 
 

Repository files navigation

NG Extension Platform

All Contributors

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

name link
resize README
create-injection-token README
assert-injector README
repeat README
computed-from README
inject-destroy README
connect README
createEffect README

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Chau Tran
Chau Tran

💻
Enea Jahollari
Enea Jahollari

💻
Add your contributions

This project follows the all-contributors specification. Contributions of any kind welcome!

Packages

No packages published

Languages

  • TypeScript 95.9%
  • JavaScript 3.2%
  • Other 0.9%