Skip to content

Convert from AngularJS to Angular (2) to Angular CLI #1

Description

@TheKeithStewart

Preliminary steps:

  • add a filter to be converted into a pipe
  • add router
  • add more unit tests?

Conversion Steps

  • Create 0-ajs branch
  • Remove injection of script tags from the index.html file
    • this will allow us to use the list of script tags as a list of files that need to be converted
    • ensures that we do not inject a script tag for a converted file
  • Install Angular and SystemJS
  • Make into a hybrid app running both Angular and AngularJS
  • Create 1-hybrid1 branch
  • Convert the layout module
  • Create 2-hybrid2 branch
  • Convert the account module
  • Convert the core module last since it has services used throughout the application
  • Create 3-hybrid3 branch
  • Convert to the Angular Router and bootstrap with Angular
  • Create 4-ngConverted branch
  • Install angular-cli
  • Create 5-ngCli branch

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions