Skip to content

`Upgrade Path For Existing Angular2 Sites #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
attila226 opened this issue May 4, 2016 · 1 comment
Closed

`Upgrade Path For Existing Angular2 Sites #148

attila226 opened this issue May 4, 2016 · 1 comment

Comments

@attila226
Copy link

Is there any upgrade path for an existing Angular 2 site? I'm assuming step #1 is only for new sites, and I have an existing site that I'd like to use with AngularFire 2 with. Or would it be easier to simply create a new shell using the CLI, and port the existing functionality over?

@davideast
Copy link
Collaborator

There's a two options here.

  1. You can take the parts of the quickstart that work for existing apps.
  • Install angularfire2 and firebase
  • Setup angularfire2 and firebase for system.js
  • bootstrap
  1. You can use the ng init command to convert an existing app to the Angular CLI. See the reference guide here. https://cli.angular.io/reference.pdf

I'm closing the issue, but let me know if you have any questions 👍

@attila226 attila226 changed the title Upgrade Path For Existing Angular2 Sites `Upgrade Path For Existing Angular2 Sites May 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants