Skip to content
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

upgraded to angular 8rc8 #1

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

Conversation

eostermueller
Copy link

Got this project to work with angular 8rc8.
Should be real easy to test.
once the new package.json is in place, just delete node_modules, npm install, ng serve

thanks for sharing this project; its a very helpful base for a GUI I'm building, a UI to help train devs on software performance.

below is a comparison of the new and old versions.

--Erik

echo "npm version:" 
npm -v
ng v

AFTER

npm version:
6.8.0

Angular CLI: 8.0.0-beta.7
Node: 11.7.0
OS: darwin x64
Angular: 8.0.0-beta.8
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

Package                           Version
-----------------------------------------------------------
@angular-devkit/architect         0.800.0-beta.7
@angular-devkit/build-angular     0.800.0-beta.7
@angular-devkit/build-optimizer   0.800.0-beta.7
@angular-devkit/build-webpack     0.800.0-beta.7
@angular-devkit/core              8.0.0-beta.7
@angular-devkit/schematics        8.0.0-beta.7
@angular/cdk                      7.3.4
@angular/cli                      8.0.0-beta.7
@angular/material                 7.3.4
@ngtools/webpack                  8.0.0-beta.7
@schematics/angular               8.0.0-beta.7
@schematics/update                0.800.0-beta.7
rxjs                              6.4.0
typescript                        3.2.4
webpack                           4.29.6

BEFORE

npm version:
6.8.0
Your global Angular CLI version (8.0.0-beta.7) is greater than your local
version (6.0.8). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".                                                                       

 

Angular CLI: 6.0.8
Node: 11.7.0
OS: darwin x64
Angular: 6.1.10
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

Package                           Version
-----------------------------------------------------------
@angular-devkit/architect         0.6.8
@angular-devkit/build-angular     0.6.8
@angular-devkit/build-optimizer   0.6.8
@angular-devkit/core              0.6.8
@angular-devkit/schematics        0.6.8
@angular/cdk                      7.1.1
@angular/cli                      6.0.8
@angular/material                 7.1.1
@ngtools/webpack                  6.0.8
@schematics/angular               0.6.8
@schematics/update                0.6.8
rxjs                              6.3.3
typescript                        2.7.2
webpack                           4.8.3

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