Skip to content

Commit 90189c7

Browse files
committed
Update Angular 14.0.2
1 parent 1463c14 commit 90189c7

File tree

3 files changed

+891
-1805
lines changed

3 files changed

+891
-1805
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it's part of a repo series designed
1212

1313
to create a **Web Application with Angular 14**
1414

15-
* Featuring [**Angular 14.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.2**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.2**](https://github.com/angular/angular-cli/releases/)
1616

1717

1818
* See the [**Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)
@@ -21,7 +21,7 @@ to create a **Web Application with Angular 14**
2121
to create a **Web Application with React 18**
2222

2323

24-
* Featuring [**React 18.1.0**](https://github.com/facebook/react/releases) & [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases)
24+
* Featuring [**React 18.2.0**](https://github.com/facebook/react/releases) & [**Create-react-app 5.0.1**](https://github.com/facebook/create-react-app/releases)
2525

2626

2727

@@ -87,8 +87,12 @@ in your browser go to [http://localhost:3000](http://localhost:3000)
8787
## Production
8888
* `npm run build`
8989

90+
## Linter
91+
* `npm run lint`
92+
9093
## Tests
9194
* `npm run test`
95+
* `npm run coverage`
9296

9397

9498

@@ -106,8 +110,13 @@ in your browser go to [http://localhost:3000](http://localhost:3000)
106110
## Production
107111
* `npm run build`
108112

113+
## Linter
114+
* `npm run lint`
115+
109116
## Tests
110117
* `npm run test`
118+
* `npm run coverage`
119+
111120

112121

113122

0 commit comments

Comments
 (0)