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

Declare compatibility with Angular 8 #220

Merged

Conversation

earshinov
Copy link
Contributor

@earshinov earshinov commented Jun 11, 2019

Compatibility range declared in package.json is now open-ended (>= 5), corresponding to what is written in README.md.

We have migrated our project where we are using angular-archwizard to Angular 8, and angular-archwizard continued to work just as fine.

Compatibility range declared in `package.json` is now open-ended (>= 5), corresponding to what is written in README.md
@madoar
Copy link
Owner

madoar commented Jun 11, 2019

Do you know if it is possible to use a library built with angular 8 in an application built with an earlier version of angular? If yes until which version?

Background: I'm thinking about updating angular-archwizard to angular 8.

@earshinov
Copy link
Contributor Author

@madoar,

Do you know if it is possible to use a library built with angular 8 in an application built with an earlier version of angular?

I believe everything will work (at least until one enables Ivy). But there seems to be no official documentation or guarantees on this... I think, the best we can do as library authors to ensure compatibility is to create a set of test applications (one per major Angular version) and build them as part of CI process.

@madoar madoar merged commit 999fbd1 into madoar:develop Jun 17, 2019
@earshinov earshinov deleted the declare-compatibility-with-angular8 branch June 18, 2019 18:32
earshinov added a commit to earshinov/angular-archwizard that referenced this pull request Aug 11, 2019
* develop:
  Add <aw-wizard-step [completed]> input to allow the user to show a step as completed from the start. (madoar#218)
  Declare compatibility with Angular 8 (madoar#220)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants