example: update Angular example to v14 (#3996)

This commit is contained in:
Antoine du Hamel 2022-08-17 12:33:25 +02:00 committed by GitHub
parent edcbe02995
commit b52688876f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 2268 additions and 2704 deletions

View file

@ -1,5 +1,5 @@
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// `ng build` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
export const environment = {
@ -13,4 +13,4 @@ export const environment = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.