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

Commits on Jun 29, 2023

  1. docs(examples): upgrade Angular to v14

    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 <peter.somogyvari@accenture.com>
    petermetz committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4fb6771 View commit details
    Browse the repository at this point in the history