rohitghatol / spring-boot-microservices

Spring Boot Template for Micro services Architecture - Show cases how to use Zuul for API Gateway, Spring OAuth 2.0 as Auth Server, Multiple Resource (Web Services) Servers, Angular Web App, Eureka dor registration and Discover and Hystrix for circuit breaker
Apache License 2.0
1.76k stars 919 forks source link

How to migrate from angular 1 to angular 2 #18

Open anitalpatil opened 7 years ago

anitalpatil commented 7 years ago

Hi, Firstly thank you for this microservice template, It's a great example of microservice it helped me in understanding the microservice concepts easily. Is there any steps to upgrade to angular 2 or can I get any guidance from your end? because I am new to angular part.

anilallewar commented 7 years ago

@anitalpatil , based on my understanding Angular 2/4 is altogether different. If you want to migrate, I would suggest that you discard the current angular controllers etc and write your own Angular 2/4 code on it's behalf.