Skip to content

Commit 4901980

Browse files
committed
update to Angular 10
1 parent ceeac71 commit 4901980

File tree

5 files changed

+5204
-5087
lines changed

5 files changed

+5204
-5087
lines changed

.prettierrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"semi": true,
32
"singleQuote": true,
4-
"bracketSpacing": true,
5-
"tabWidth": 2,
6-
"useTabs": false,
73
"trailingComma": "none"
84
}

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ This is a simple [Ionic Angular](https://ionicframework.com/docs/angular/overvie
44

55
Run `npm run start` to start the JSON server and the Ionic client.
66

7-
This version uses @ionic/angular 5.0.7 & @angular 9.1.2.
7+
This version uses @ionic/angular 5.4.0 & @angular 10.1.6.
88

99
## Tools
1010

1111
- [JSON Server](https://github.com/typicode/json-server)
12+
13+
## Versions
14+
15+
- [Version 1.1](https://github.com/DavidBuck/ionic-angular-rest-example/tree/v1.1) - Angular version 10.1.6.
16+
17+
- [Version 1.0](https://github.com/DavidBuck/ionic-angular-rest-example/tree/v1.0) - Angular version 9.1.2.
18+

0 commit comments

Comments
 (0)