Skip to content

Upgrade to Angular 6 #8

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upgrade to Angular 6 #8

wants to merge 1 commit into from

Conversation

mraible
Copy link
Contributor

@mraible mraible commented Aug 24, 2018

This pull request shows the changes it takes to update this project to use Angular 6. I created this branch by installing the latest version of Angular CLI.

npm install -g @angular/cli@6.1.5

Then I created a project in my home directory:

ng new client

Finally, I used SmartSynchronize to compare the files and change things.

NOTE: If you start with Angular CLI v6, the only thing you need to do to make the client's code work is install rxjs-compat:

npm install rxjs-compat

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

Successfully merging this pull request may close these issues.

1 participant