Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: add an angular version compatibility matrix #320

Merged
merged 1 commit into from Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,16 @@ Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github

## Compatibility
Latest `angular-archwizard` is compatible with Angular 9+.
Older versions of `angular-archwizard` can be used together with older versions of Angular.
The following table shows which version of `angular-archwizard` has been built with which Angular version:

| `angular-archwizard` version | Angular version |
|------------------------------|-----------------|
| `3.0.0` | Angular 5 |
| `4.0.0` | Angular 7 |
| `5.0.1` | Angular 8 |
| `6.1.0` | Angular 9 |
| `7.0.0` | Angular 10 |

## Gitpod
`angular-archwizard` can be developed with Gitpod, a free one-click online IDE for GitHub:
Expand Down