Skip to content

Angular Libraries Support lists community libs support for each Angular version

License

Notifications You must be signed in to change notification settings

eneajaho/ngx-libs

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2023
Jul 21, 2023
Dec 20, 2023
Jan 20, 2025
Dec 20, 2023
Jan 20, 2025
Jul 19, 2023
Jul 21, 2023
Jul 21, 2023
Dec 20, 2023
Jul 21, 2023
Jul 20, 2023
Jul 27, 2023
Dec 11, 2024
Jul 21, 2023
Jul 21, 2023
Jul 21, 2023
Dec 20, 2023
Dec 20, 2023
Jul 20, 2023
May 29, 2024
Jul 19, 2023
Jul 20, 2023
Dec 20, 2023
Jul 20, 2023

Repository files navigation

Angular Libraries Support

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"

Automatic

To add a new library, run the following command:

npm run add-lib

Please leave feedback so we can improve the generator

To edit an existing library, please refer to Manual

Manual

If you want to add a library, please create a pull request with the following changes:

  • Add the library to the /src/assets/library-support-data.json file

How to run locally

  • Clone the repository
  • Run npm install
  • Run npm start

License

MIT