You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Angular 2 has finally been released on 15.9.2016. I could not find any information on the deprecation strategy for angular 1, but it will definitely be deprecated eventually. So we will have to migrate our code.
There is a comprehensive upgrade guide in the docs. It roughly defines the following steps:
While still using angular 1, establish conventions that will make upgrading easier.
Migrate everything while running both angular 1 and 2 at the same time.
Once everything is done, remove angular 1.
One of the most important aspects of (1) seems to be to port existing directives to components. I looked into it and found that we already have a head start with our existing conventions (e.g. always isolate scope) but we will also have to do significant changes.
The text was updated successfully, but these errors were encountered:
Angular 2 has finally been released on 15.9.2016. I could not find any information on the deprecation strategy for angular 1, but it will definitely be deprecated eventually. So we will have to migrate our code.
There is a comprehensive upgrade guide in the docs. It roughly defines the following steps:
One of the most important aspects of (1) seems to be to port existing directives to components. I looked into it and found that we already have a head start with our existing conventions (e.g. always isolate scope) but we will also have to do significant changes.
The text was updated successfully, but these errors were encountered: