Skip to content

Commit

Permalink
Merge pull request #164 from mperezor19/Update-to-angular-10
Browse files Browse the repository at this point in the history
Update to angular 10
  • Loading branch information
mperezor19 authored Jul 28, 2020
2 parents d1205d9 + 2db2ecc commit 025f5e6
Show file tree
Hide file tree
Showing 124 changed files with 51,766 additions and 57,043 deletions.
3,159 changes: 3,159 additions & 0 deletions .gitignore

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions documentation/guide-upgrade-devon4ng.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ In order to perform a basic upgrade we will execute:
$ ng update @angular/cli @angular/core
```

=== Upgrade from Angular 8 to Angular 9
=== Upgrade to new Angular version

The process will be the same, but first we need to make sure that our devon4ng application is in the lates version of Angular 8, so the `ng update` command can perform the upgrade not only in the dependencies but also making code changes to reflect the new features and fixes.

- First, upgrade to latest Angular 8 version:
- First, upgrade to latest Angular 9 version:

```bash
$ ng update @angular/cli@8 @angular/core@8
$ ng update @angular/cli@9 @angular/core@9
```

Optionally the flag `-C` can be added to previous command to make a commit automatically. This is also valid for the next steps.

- Then, upgrade to Angular 9:
- Then, upgrade Angular:

```bash
$ ng update @angular/cli @angular/core
Expand Down Expand Up @@ -101,4 +101,4 @@ $ ng update @ngx-translate/core @ngx-translate/http-loader

=== Angular Update Guide online tool

It is recommended to use the Angular Update Guide tool at https://update.angular.io/ that will provide the necessary steps to upgrade any Angular application depending on multiple criteria.
It is recommended to use the Angular Update Guide tool at https://update.angular.io/ that will provide the necessary steps to upgrade any Angular application depending on multiple criteria.
10 changes: 10 additions & 0 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions samples/AngularBasicPWA/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"styles": [
"src/styles.scss"
],
"scripts": [],
"es5BrowserSupport": true
"scripts": []
},
"configurations": {
"production": {
Expand Down
2 changes: 1 addition & 1 deletion samples/AngularBasicPWA/e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
Expand Down
Loading

0 comments on commit 025f5e6

Please sign in to comment.