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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to migrate from angular 1 to angular 2

anitalpatil opened this issue · comments

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.

@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.