Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneajaho/ngx-libs
Angular Libraries Support lists community libs support for each Angular version
https://github.com/eneajaho/ngx-libs
angular libraries ng support update
Last synced: 19 days ago
JSON representation
Angular Libraries Support lists community libs support for each Angular version
- Host: GitHub
- URL: https://github.com/eneajaho/ngx-libs
- Owner: eneajaho
- License: mit
- Created: 2023-07-19T10:54:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-12T08:45:10.000Z (6 months ago)
- Last Synced: 2024-11-14T06:05:08.664Z (28 days ago)
- Topics: angular, libraries, ng, support, update
- Language: TypeScript
- Homepage: https://ngx-libs.com/
- Size: 3.17 MB
- Stars: 77
- Watchers: 5
- Forks: 31
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-libs - Angular Libraries Support lists community libs support for each Angular version. (Table of contents / Angular)
- fucking-awesome-angular - ngx-libs - Angular Libraries Support lists community libs support for each Angular version. (Table of contents / Angular)
- fucking-awesome-angular - ngx-libs - Angular Libraries Support lists community libs support for each Angular version. (Table of contents / Angular)
README
# [Angular Libraries Support](https://ngx-libs.com) ⛱️ [![Netlify Status](https://api.netlify.com/api/v1/badges/b9665d5e-fb50-4f81-892c-7f47640abac0/deploy-status)](https://app.netlify.com/sites/ngx-libs/deploys)
![Angular Libraries Support](https://github.com/eneajaho/ngx-libs/assets/25394362/97bdd713-4058-4034-b257-94a6602dab69)
While ng updating Angular projects, it is important to know if a library has added support for the new Angular version. This project is supposed to solve this problem by providing a list of libraries and their support for different Angular versions.
## How to use
Filter the list by Angular version or library name. Click on the links to get to the library's repository, release page or npm page.
## How to contribute
## Take the issue
If you want to take one issue, feel free to use `.take` in the issue comment
![Screenshot of the Issues comment section with a sample comment of ".take"](src/assets/img.png)### Automatic
To add a **new** library, run the following command:
```shell
npm run add-lib
```> Please leave feedback so we can improve the generator
To edit an **existing** library, please refer to [Manual](#manual)
### Manual
If you want to add a library, please create a pull request with the following changes:
- Add the library to the `libs.data.ts` file
## How to run locally
- Clone the repository
- Run `npm install`
- Run `npm start`## License
MIT