0.5.0 • Published 2 months ago

ivycc v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Ivy Compatibility Check

Welcome to Ivy Compatibility Check, a tool designed to help you ensure that your Angular applications are using only Ivy-compatible libraries. This library currently supports Angular 15, and we're working on adding support for older versions as well.

Prerequisites

  • Make sure your project is using version lower than Angular v16
  • Make sure you have successfully installed node_modules without any errors
  • Make sure to run ng serve command

Usage

You can use Ivy Compatibility Check in your Angular project by running the following command:

npx ivycc

If you have installed the package as a dependency, then you can run the following commands:

For angular applications -

npx ng g ivycc:check

For nx workspace based angular applications -

npx nx g ivycc:check

This command will analyze your project's dependencies and provide a report on any libraries that are not compatible with Ivy. It's a simple yet powerful way to ensure that your application remains compatible with the latest Angular advancements.

Thank you for choosing Ivy Compatibility Check! If you encounter any issues or have suggestions for improvement, please don't hesitate to reach out to us. We're here to help you build better Angular applications.

0.5.0

2 months ago

0.4.0

2 months ago

0.3.0

2 months ago

0.2.0

2 months ago

0.1.0

3 months ago

0.0.10

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago