upgrade to Angular 7
visurel opened this issue · 1 comments
visurel commented
upgrade to Angular 7
lapongua commented
I just upgraded my project from Angular 6 to 7 today, and it seems to work fine :-)
ngx-meta/core@6.0.0-beta.1
But I show some warnings:
npm WARN @ngx-meta/core@6.0.0 requires a peer of @angular/core@>=6.0.0 <7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-meta/core@6.0.0 requires a peer of @angular/platform-browser@>=6.0.0 <7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-meta/core@6.0.0 requires a peer of @angular/platform-browser-dynamic@>=6.0.0 <7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ngx-meta/core@6.0.0 requires a peer of @angular/router@>=6.0.0 <7.0.0 but none is installed. You must install peer dependencies yourself.
Please update the package.json file to remove the dependency warnings.
Thanks.