Skip to content

Commit 4b2f656

Browse files
committed
rename example & update Angular 18.2.11
1 parent 9a8d15e commit 4b2f656

File tree

123 files changed

+3439
-5060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+3439
-5060
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it's part of a repo series designed
1313
to create a **Web Application with Angular 18**
1414

1515

16-
* Featuring [**Angular 18.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 18.0.3**](https://github.com/angular/angular-cli/releases/)
16+
* Featuring [**Angular 18.2.11**](https://github.com/angular/angular/releases) & [**Angular CLI 18.2.11**](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)
@@ -54,7 +54,7 @@ git clone https://gitlab.com/ganatan/angular-react-lazy-loading.git
5454

5555
# change directory
5656
cd angular-react-lazy-loading
57-
cd angular
57+
cd frontend-angular
5858

5959
# install the repo with npm
6060
npm install
@@ -78,7 +78,7 @@ git clone https://gitlab.com/ganatan/angular-react-lazy-loading.git
7878

7979
# change directory
8080
cd angular-react-lazy-loading
81-
cd react
81+
cd frontend-react
8282

8383
# install the repo with npm
8484
npm install
File renamed without changes.
File renamed without changes.

frontend-angular/LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2018-2024 Ganatan
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
File renamed without changes.

angular/angular.json frontend-angular/angular.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"cli": {
112112
"schematicCollections": [
113113
"@angular-eslint/schematics"
114-
]
114+
],
115+
"analytics": false
115116
}
116117
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)