Skip to content

Commit 0b1d4e3

Browse files
authored
Merge branch 'ganatan:master' into master
2 parents a347764 + 440fff4 commit 0b1d4e3

Some content is hidden

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

53 files changed

+20848
-26311
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 16**
1414

15-
* Featuring [**Angular 16.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 16.0.4**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 16.2.4**](https://github.com/angular/angular/releases) & [**Angular CLI 16.2.1**](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)

angular/.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

angular/package-lock.json

Lines changed: 2569 additions & 2462 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap",
3-
"version": "16.0.4",
3+
"version": "16.2.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,39 +13,39 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "16.0.4",
17-
"@angular/common": "16.0.4",
18-
"@angular/compiler": "16.0.4",
19-
"@angular/core": "16.0.4",
20-
"@angular/forms": "16.0.4",
21-
"@angular/platform-browser": "16.0.4",
22-
"@angular/platform-browser-dynamic": "16.0.4",
23-
"@angular/router": "16.0.4",
24-
"@fortawesome/fontawesome-free": "6.4.0",
25-
"bootstrap": "5.3.0",
16+
"@angular/animations": "16.2.4",
17+
"@angular/common": "16.2.4",
18+
"@angular/compiler": "16.2.4",
19+
"@angular/core": "16.2.4",
20+
"@angular/forms": "16.2.4",
21+
"@angular/platform-browser": "16.2.4",
22+
"@angular/platform-browser-dynamic": "16.2.4",
23+
"@angular/router": "16.2.4",
24+
"@fortawesome/fontawesome-free": "6.4.2",
25+
"bootstrap": "5.3.1",
2626
"rxjs": "7.8.1",
27-
"tslib": "2.5.3",
28-
"zone.js": "0.13.0"
27+
"tslib": "2.6.2",
28+
"zone.js": "0.13.1"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "16.0.4",
32-
"@angular-eslint/builder": "16.0.3",
33-
"@angular-eslint/eslint-plugin": "16.0.3",
34-
"@angular-eslint/eslint-plugin-template": "16.0.3",
35-
"@angular-eslint/schematics": "16.0.3",
36-
"@angular-eslint/template-parser": "16.0.3",
37-
"@angular/cli": "16.0.4",
38-
"@angular/compiler-cli": "16.0.4",
39-
"@types/jasmine": "4.3.2",
40-
"@typescript-eslint/eslint-plugin": "5.59.9",
41-
"@typescript-eslint/parser": "5.59.9",
42-
"eslint": "8.42.0",
43-
"jasmine-core": "4.6.0",
31+
"@angular-devkit/build-angular": "16.2.1",
32+
"@angular-eslint/builder": "16.1.2",
33+
"@angular-eslint/eslint-plugin": "16.1.2",
34+
"@angular-eslint/eslint-plugin-template": "16.1.2",
35+
"@angular-eslint/schematics": "16.1.2",
36+
"@angular-eslint/template-parser": "16.1.2",
37+
"@angular/cli": "16.2.1",
38+
"@angular/compiler-cli": "16.2.4",
39+
"@types/jasmine": "4.3.5",
40+
"@typescript-eslint/eslint-plugin": "6.6.0",
41+
"@typescript-eslint/parser": "6.6.0",
42+
"eslint": "8.48.0",
43+
"jasmine-core": "5.1.1",
4444
"karma": "6.4.2",
4545
"karma-chrome-launcher": "3.2.0",
46-
"karma-coverage": "2.2.0",
46+
"karma-coverage": "2.2.1",
4747
"karma-jasmine": "5.1.0",
4848
"karma-jasmine-html-reporter": "2.1.0",
49-
"typescript": "5.0.4"
49+
"typescript": "5.1.6"
5050
}
5151
}

angular/src/app/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { NgModule } from '@angular/core';
44
import { AppComponent } from './app.component';
55
import { HomeComponent } from './modules/general/home/home.component';
66
import { NotFoundComponent } from './modules/general/not-found/not-found.component';
7+
78
import { AppRoutingModule } from './app-routing.module';
89

910
@NgModule({

angular/src/environments/environment.prod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const environment = {
33
application:
44
{
55
name: 'angular-bootstrap',
6-
version: 'Angular 16.0.4',
7-
bootstrap: 'Bootstrap 5.3.0',
8-
fontawesome: 'Font Awesome 6.4.0',
6+
version: 'Angular 16.2.4',
7+
bootstrap: 'Bootstrap 5.3.1',
8+
fontawesome: 'Font Awesome 6.4.2',
99
}
1010
};

angular/src/environments/environment.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export const environment = {
33
application:
44
{
55
name: 'angular-bootstrap',
6-
version: 'Angular 16.0.4',
7-
bootstrap: 'Bootstrap 5.3.0',
8-
fontawesome: 'Font Awesome 6.4.0',
6+
version: 'Angular 16.2.4',
7+
bootstrap: 'Bootstrap 5.3.1',
8+
fontawesome: 'Font Awesome 6.4.2',
99
}
1010
};

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy