Skip to content

Commit e4cd64c

Browse files
committed
Update to Angular 14
1 parent 4140b1a commit e4cd64c

17 files changed

+7675
-8798
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 14.0.0 (2022-08-01)
2+
* Update the Angular dependencies to latest version.
3+
* Use UntypedFormControl.
4+
15
# 9.0.1 (2020-03-19)
26
* Update the Angular dependencies to latest version.
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ As a general rule:
5151

5252
#### RxJS
5353

54-
RxJS [docs](https://beta-rxjsdocs.firebaseapp.com/) (beta as of 2018/05/05). [Another](https://www.learnrxjs.io/operators/) very helpful resource to familiarize yourself with Rxjs by providing a list of commonly used operators with examples.
54+
RxJS [docs](https://beta-rxjsdocs.firebaseapp.com/) (beta as of 2018/05/05). [Another](https://www.learnrxjs.io/learn-rxjs/operators) very helpful resource to familiarize yourself with Rxjs by providing a list of commonly used operators with examples.
5555

5656
## Using with your forms
5757

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,5 @@
173173
}
174174
}
175175
}
176-
},
177-
"defaultProject": "file-input"
176+
}
178177
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
1111
<body>
1212
<app-root></app-root>
13-
<script src="runtime.9b7132c4ddbe062a.js" type="module"></script><script src="polyfills.fc10a455ba59965e.js" type="module"></script><script src="main.014d0af52f561dba.js" type="module"></script>
13+
<script src="runtime.7c376565df59442a.js" type="module"></script><script src="polyfills.bb47ebae3ddf707c.js" type="module"></script><script src="main.35a86cc782ba69cd.js" type="module"></script>
1414

1515
</body></html>

docs/main.014d0af52f561dba.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/main.35a86cc782ba69cd.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/polyfills.bb47ebae3ddf707c.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/polyfills.fc10a455ba59965e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/runtime.7c376565df59442a.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime.9b7132c4ddbe062a.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)