Skip to content

Commit 49839e9

Browse files
committed
Update Angular 14.0.1
1 parent 9e8b1d1 commit 49839e9

10 files changed

+3879
-3564
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular 13 & React 18 Examples Lazy Loading
1+
# Angular 14 & React 18 Examples Lazy Loading
22

33
<table>
44
<tr>
@@ -13,7 +13,7 @@ it's part of a repo series designed
1313
to create a **Web Application with Angular 13**
1414

1515

16-
* Featuring [**Angular 13.3.11**](https://github.com/angular/angular/releases) & [**Angular CLI 13.3.7**](https://github.com/angular/angular-cli/releases/)
16+
* Featuring [**Angular 14.0.1**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.1**](https://github.com/angular/angular-cli/releases/)
1717

1818

1919
* 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)

angular/.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@
5555
"rules": {}
5656
}
5757
]
58-
}
58+
}

angular/.gitignore

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,42 @@
11
# See http://help.github.com/ignore-files/ for more about ignoring files.
22

3-
# compiled output
3+
# Compiled output
44
/dist
55
/tmp
66
/out-tsc
7-
# Only exists if Bazel was run
87
/bazel-out
98

10-
# dependencies
9+
# Node
1110
/node_modules
12-
13-
# profiling files
14-
chrome-profiler-events*.json
11+
npm-debug.log
12+
yarn-error.log
1513

1614
# IDEs and editors
17-
/.idea
15+
.idea/
1816
.project
1917
.classpath
2018
.c9/
2119
*.launch
2220
.settings/
2321
*.sublime-workspace
2422

25-
# IDE - VSCode
23+
# Visual Studio Code
2624
.vscode/*
2725
!.vscode/settings.json
2826
!.vscode/tasks.json
2927
!.vscode/launch.json
3028
!.vscode/extensions.json
3129
.history/*
3230

33-
# misc
31+
# Miscellaneous
3432
/.angular/cache
35-
/.sass-cache
33+
.sass-cache/
3634
/connect.lock
3735
/coverage
3836
/libpeerconnection.log
39-
npm-debug.log
40-
yarn-error.log
4137
testem.log
4238
/typings
4339

44-
# System Files
40+
# System files
4541
.DS_Store
4642
Thumbs.db

angular/angular.json

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
}
112112
}
113113
},
114-
"defaultProject": "angular-starter",
115114
"cli": {
116115
"defaultCollection": "@angular-eslint/schematics"
117116
}

0 commit comments

Comments
 (0)