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

docs(examples): upgrade Angular to v14 #2530

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

petermetz
Copy link
Contributor

@petermetz petermetz commented Jun 29, 2023

  1. Upgraded Angular from v13 to v14
  2. Also bumped up the Ionic Framework dependencies
    as needed because older versions that we were using
    were not compatible [1] with Angular v14
  3. Also did some of the Cactus -> Cacti renaming
    in the front-end code namely the front-page of
    both the supply chain and the carbon accounting
    app examples.

[1] https://stackoverflow.com/a/72508644

Verbatim copy of the above link's comment:

==================================
The current version of Ionic v6.1.8 is not
compatible with Angular 14. Apparently,
it's been fixed in a dev release but it's not
stable yet. Have a look here
ionic-team/ionic-framework#25353
you can update @ionic/angular to
version 6.1.9-dev.11654275237.1b595be3
and re-run npm install.
Should work fine for now, if you wanna be on the edge.

==================================

Fixes #2377

Signed-off-by: Peter Somogyvari [email protected]

1. Upgraded Angular from v13 to v14
2. Also bumped up the Ionic Framework dependencies
as needed because older versions that we were using
were not compatible [1] with Angular v14
3. Also did some of the Cactus -> Cacti renaming
in the front-end code namely the front-page of
both the supply chain and the carbon accounting
app examples.

[1] https://stackoverflow.com/a/72508644

Verbatim copy of the above link's comment:
==================================
The current version of Ionic v6.1.8 is not
compatible with Angular 14. Apparently,
it's been fixed in a dev release but it's not
stable yet. Have a look here
ionic-team/ionic-framework#25353
you can update @ionic/angular to
version 6.1.9-dev.11654275237.1b595be3
and re-run npm install.
Should work fine for now, if you wanna be on the edge.
==================================

Fixes hyperledger-cacti#2377

Signed-off-by: Peter Somogyvari <[email protected]>
@petermetz petermetz merged commit fbb51cd into hyperledger-cacti:main Jun 30, 2023
@petermetz petermetz deleted the petermetz/issue2377 branch July 14, 2023 08:21
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.

docs(examples): upgrade Angular to v14
3 participants