This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dist: trusty
22sudo : required
33language : node_js
44node_js :
5- - " 8.11 .1"
5+ - " 10.15 .1"
66os :
77 - linux
88env :
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ ncu -u
5656rm -rf node_modules && npm install
5757```
5858
59+ If you want to update angular, use the cli:
60+
61+ ``` bash
62+ ng update @angular/cli @angular/core
63+ ```
64+
5965## Testing
6066
6167These tools are configured for specific conventions described below.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Component } from '@angular/core';
55 templateUrl : 'getting-started.component.html'
66} )
77export class GettingStartedComponent {
8- nodeVersion = '8.9 ' ;
8+ nodeVersion = '10 ' ;
99 npmVersion = '6' ;
1010 angularCliVersion = '8.Y.Z' ;
1111 npmInstallSnippet = `
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ import { Component } from '@angular/core';
77} )
88export class WelcomeComponent {
99 angularjsDataTablesVersion = 'v0.Y.Z' ;
10- angularDataTablesVersion = 'v7 .Y.Z' ;
10+ angularDataTablesVersion = 'v8 .Y.Z' ;
1111}
You can’t perform that action at this time.
0 commit comments