Skip to content

Commit 3f951c8

Browse files
committed
Update angular 14.0.6 & add components module on react app
1 parent 5382fa9 commit 3f951c8

Some content is hidden

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

42 files changed

+2095
-5802
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 14**
1414

15-
* Featuring [**Angular 14.0.5**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.5**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.0.6**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.6**](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/package-lock.json

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

angular/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-modules",
3-
"version": "14.0.5",
3+
"version": "14.0.6",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,33 +13,33 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.0.5",
17-
"@angular/common": "14.0.5",
18-
"@angular/compiler": "14.0.5",
19-
"@angular/core": "14.0.5",
20-
"@angular/forms": "14.0.5",
21-
"@angular/platform-browser": "14.0.5",
22-
"@angular/platform-browser-dynamic": "14.0.5",
23-
"@angular/router": "14.0.5",
16+
"@angular/animations": "14.0.6",
17+
"@angular/common": "14.0.6",
18+
"@angular/compiler": "14.0.6",
19+
"@angular/core": "14.0.6",
20+
"@angular/forms": "14.0.6",
21+
"@angular/platform-browser": "14.0.6",
22+
"@angular/platform-browser-dynamic": "14.0.6",
23+
"@angular/router": "14.0.6",
2424
"@fortawesome/fontawesome-free": "6.1.1",
2525
"bootstrap": "5.1.3",
26-
"rxjs": "7.5.5",
26+
"rxjs": "7.5.6",
2727
"tslib": "2.4.0",
2828
"zone.js": "0.11.6"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.0.5",
32-
"@angular-eslint/builder": "14.0.0",
33-
"@angular-eslint/eslint-plugin": "14.0.0",
34-
"@angular-eslint/eslint-plugin-template": "14.0.0",
35-
"@angular-eslint/schematics": "14.0.0",
36-
"@angular-eslint/template-parser": "14.0.0",
37-
"@angular/cli": "14.0.5",
38-
"@angular/compiler-cli": "14.0.5",
31+
"@angular-devkit/build-angular": "14.0.6",
32+
"@angular-eslint/builder": "14.0.2",
33+
"@angular-eslint/eslint-plugin": "14.0.2",
34+
"@angular-eslint/eslint-plugin-template": "14.0.2",
35+
"@angular-eslint/schematics": "14.0.2",
36+
"@angular-eslint/template-parser": "14.0.2",
37+
"@angular/cli": "14.0.6",
38+
"@angular/compiler-cli": "14.0.6",
3939
"@types/jasmine": "4.0.3",
40-
"@typescript-eslint/eslint-plugin": "5.30.5",
41-
"@typescript-eslint/parser": "5.30.5",
42-
"eslint": "8.19.0",
40+
"@typescript-eslint/eslint-plugin": "5.30.7",
41+
"@typescript-eslint/parser": "5.30.7",
42+
"eslint": "8.20.0",
4343
"jasmine-core": "4.2.0",
4444
"karma": "6.4.0",
4545
"karma-chrome-launcher": "3.1.1",

angular/src/app/modules/application/example-bootstrap/collapses/items.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export class CollapsesComponent {
1111

1212
constructor() { }
1313

14-
1514
closeCollapse() {
1615
const myCollapse = document.getElementById('collapseWidthJavascript')
1716
new bootstrap.Collapse(myCollapse, {
1817
hide: true,
1918
})
19+
2020
}
2121

2222
showCollapse() {

angular/src/app/modules/application/example-components/tutorial.component.html

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,6 @@ <h1 class="h5">Components Features</h1>
66
</div>
77
</div>
88
<div class="row">
9-
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 p-4">
10-
<div class="row">
11-
<div class="nga-card-component text-center">
12-
<h5 class="card-title text-primary p-2">{{ channelSelected.title }}</h5>
13-
<h5 class="card-title">{{ channelSelected.releaseDate }}</h5>
14-
<div *ngIf="!channelSelected.name" class="card-body">
15-
<div class="alert alert-info" role="alert">
16-
Select a channel on the list<br><br>
17-
<i class="fas fa-arrow-alt-circle-right ms-4 fa-2x"></i>
18-
<br>
19-
</div>
20-
</div>
21-
<div *ngIf="channelSelected.name" class="card-body text-center">
22-
<img src="assets/params/images/channels/{{ channelSelected.name }}.jpg" class="img-thumbnail"
23-
alt="channel.name">
24-
<button type="button" class="btn btn-info mt-2" (click)="onReset()">Reset</button>
25-
</div>
26-
</div>
27-
</div>
28-
</div>
29-
<div class="col-12 col-sm-12 col-md-8 col-lg-8 col-xl-8">
30-
<div class="row">
31-
<div *ngFor="let channel of channels; let i=index" class="col-6 col-sm-6 col-md-4 col-lg-3 col-xl-3">
32-
<app-channel [channel]="channel" [index]="i + 1" (selected)="onSelected($event)"></app-channel>
33-
</div>
34-
</div>
35-
</div>
36-
</div>
37-
</div>
38-
39-
<!--<div class="container pt-5">
40-
<div class="row">
41-
<div class="text-center">
42-
<h1 class="h5">Components Feature<i class="fas fa-list ms-2"></i></h1>
43-
<hr>
44-
</div>
45-
</div>
46-
<div class="row p-4">
479
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 p-4">
4810
<div class="row">
4911
<div class="nga-card-component text-center">
@@ -72,4 +34,4 @@ <h5 class="card-title">{{ channelSelected.releaseDate }}</h5>
7234
</div>
7335
</div>
7436
</div>
75-
</div>-->
37+
</div>

angular/src/app/modules/general/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class HomeComponent implements OnInit {
5858
this.meta.updateTag(
5959
{
6060
name: 'description',
61-
content: 'This application was developed with Angular version 14.0.5 and bootstrap 5.1.3' +
61+
content: 'This application was developed with Angular version 14.0.6 and bootstrap 5.1.3' +
6262
' It applies Routing, Lazy loading, Server side rendering and Progressive Web App (PWA)'
6363
});
6464
}
25 KB
Loading
47.3 KB
Loading
38.1 KB
Loading
20.4 KB
Loading

0 commit comments

Comments
 (0)