Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Migrate to angular 2 #2824

Open
xi opened this issue Oct 25, 2016 · 0 comments
Open

Migrate to angular 2 #2824

xi opened this issue Oct 25, 2016 · 0 comments

Comments

@xi
Copy link
Collaborator

xi commented Oct 25, 2016

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:

  1. While still using angular 1, establish conventions that will make upgrading easier.
  2. Migrate everything while running both angular 1 and 2 at the same time.
  3. 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant