1

Currently we have application developed in Angular 1.X but we don't want to migrate from Angular 1.X to Angular 2, Since it is very wast application it will require more effort. We want other way around . Can we use Angular 2 features within Angular 1.X Application. In future whichever pages is created should be in Angular 2 but need to be worked side by side with Angular 1.X .. Like calling new route or new component from Angular 2 from Angular 1.X. Please let me know whether its possible or not.

Thanks

2

2 Answers 2

0

Kind of. What you are looking for is an Angular Hybrid app. Here's an article to help with what you are looking for.

Sign up to request clarification or add additional context in comments.

Comments

0

Yes, it is possible.

You can use the new angular components/modules in a legacy angular application (downgrading) or you can use legacy components in the a new angular application (upgrading).

There is a section on the angular webpage describing all this. Direct link is here https://angular.io/guide/upgrade#using-angular-components-from-angularjs-code

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.