top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Migrate Anuglar5 application to Angular6 Application?

0 votes
279 views

Can anyone provide me the steps to migrate Angular 5 to Angular6?

posted Nov 19, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Check for upgrade steps here - https://update.angular.io/

Few general steps:

  • ng update @angular/cli
  • ng update @angular/core
  • npm install -g rxjs-tslint
  • npm install rxjs-compat
  • rxjs-5-to-6-migrate -p src/tsconfig.app.json
answer Nov 22, 2018 by Venkatesh Reddy
Similar Questions
0 votes

We need to consult to one of our client about location of LTE sites with the objective of reducing the number of sites to deploy and ensure QoS to users.

Can someone suggest some reference material?

0 votes

I have got a task of migrating code base from Mercurial to SVN.

I had tried 'hg convert" and it starts working upto few revisions. At one point, it fails with statement: "svn error: file doesn't exists". I didn't recall the error code but there was one.

What does it mean and how can it be resolved?

0 votes

I'm trying to figure out how to migrate our existing SVN 1.3.1 repository to another server. It's on a Jumpbox with TRAC.

I followed the instructions and have setup svnsync, but since it's pre 1.4 it's setting at revision 0 and not migrating.

I then setup subgit as a way to get it and them migrate it back to the new server, but subgit says it translated 2541 revisions, but there's nothing in the git repository as far as I can tell.

I even tried using the Revision Control Turmkey Linux box with svn 1.6.17, but it gives me the same problems and I can't seem to get it upgraded to 1.8.9 to use svnrdump.

Does anyone have a suggestion on how to migrate svn 1.3.1 to 1.8.9 without console access?

0 votes

I need to reuse my Javascript module in typescript for my angular application. Can you guide me how to do that ?

...