angular-upgrade Questions
6
Solved
We are upgrading large scale angular app from 6 to 17. Like everybody else I have also been following Angular Upgrade Guide: but that always talks about upgrading one version at a time.
Our app has...
Teamwork asked 19/10, 2023 at 15:59
3
I am following this site and trying to update my project to 11.0 through the following command.
npx @angular/cli@11 update @angular/core@11 @angular/cli@11
Every time I run it, it gives me the fol...
Loftus asked 24/12, 2021 at 17:52
2
Solved
I have just upgraded angular app from 16 to 17. Application has custom theme as below.
custTheme.scss
@use '@angular/material' as mat;
@include mat.core();
$pp: mat.define-palette(mat.$indigo-pal...
Overelaborate asked 5/2 at 7:20
4
Recently I updated my angular application to version 14 and after the upgrade, I am getting the below error. The error is below
./src/assets/vendor/default/styles.scss - Error: Module build failed ...
Indite asked 29/11, 2022 at 9:27
11
I am trying to upgrade my Angular 9 app to Angular 10 version, but I am getting the below warning after the upgrade
rxjs\BehaviorSubject.js depends on rxjs-compat/BehaviorSubject
How can I fix th...
Illusion asked 26/6, 2020 at 10:34
3
Solved
If I run the command
ng update
I see a listing of items such as
@angular/cdk 6.4.7 > 8.2.0 ng update @angular/cdk
...
...
There might be additional packages that are outdated.
Or run ng...
Bruis asked 25/9, 2019 at 15:13
3
I have upgraded my angular project from 6.0v to 14.2.2v and after doing ng serve I facing the following errors. I tried deleting the node_modules and installing again and I have also tried to insta...
Cochleate asked 16/9, 2022 at 16:20
5
I am trying to update an Angular project (in version 8) to version 9. when running the ng update it gives an error saying
Migration failed: Could not find any tsconfig file. Cannot migrate dynamic ...
Lucylud asked 29/6, 2021 at 10:39
3
For updating Angular 8 to 9,
I am following the official document to upgrade.
Which suggests first updating to the latest version of angular 8, like:
ng update @angular/core@8 @angular/cli@8
Howeve...
Seismism asked 19/5, 2020 at 6:35
1
Solved
I am facing an issue while upgrading my project from angular 8.2.1 to angular 13 version.
After a successful upgrade while preparing a build it is giving me the following error.
Data path "&qu...
Inflation asked 14/12, 2021 at 5:15
1
Solved
I am trying to upgrade my Angular 9 app to Angular 10 version, but getting below warning after the upgrade
WARNING in calendar.reducer.ts depends on lodash/keys. CommonJS or AMD dependencies can ca...
Intercellular asked 26/6, 2020 at 6:29
3
We have an Angular 4 project that I've recently tried to upgrade to Angular 8. I followed the migration guide in Angular website, changed some of the syntaxes, and everything preventing project to ...
Nickienicklaus asked 27/9, 2019 at 4:3
3
I'm working through Angular's upgrade guide to learn how to embed AngularJS components in an Angular app. I've created a bare-bones Angular app using the Angular CLI and added a simple AngularJS mo...
Kelda asked 2/4, 2018 at 16:10
0
I am migrating an AngularJS application to Angular 7 using the downgradeModule (described here: upgrade for performance). In the last part of that documentation it is stated that I need to import t...
Laryngoscope asked 7/1, 2019 at 14:49
2
Solved
I have just setup a hybrid AngularJS / Angular 5 application with downgradeModule. I have converted a very small component from AngularJS to Angular but it is never being created. I have put consol...
Maintenance asked 24/9, 2018 at 15:44
1
Solved
I did Angular upgrade from Angular.Js 1.6.6 to Angular 6 using Webpack 4:
import 'core-js/es7/reflect';
import 'zone.js';
import 'reflect-metadata';
import 'rxjs';
import { NgModule } from '...
Mercantile asked 31/8, 2018 at 15:23
1
Solved
I'm migrating an AngularJS project to Angular 5 using ngUpgrade but I'm running into a problem when trying to inject an AngularJS service in one of my new components.
I followed Angular's upgrade ...
Grenier asked 17/5, 2018 at 13:57
3
I have an Angular/AngularJS Upgrade App and am currently in the process of migrating everything from AngularJS to Angular. It's a fairly large project so I definitely need to go the Upgrade way.
...
Ezar asked 27/7, 2018 at 14:30
3
Solved
I'm seeing a lot of similar problems on here, but have yet to find a solution that works. What I THINK is happening is that, because our Ng2App is bootstrapped first, it doesnt have a reference to ...
Bagger asked 11/8, 2017 at 21:44
1
Solved
I am combining an angular-cli project with an AngularJS project to slowly upgrade an application. The AngularJS application already uses TypeScript and I am letting the cli handling bundling the ap...
Beautifully asked 30/8, 2017 at 22:42
1
© 2022 - 2024 — McMap. All rights reserved.