Skip to content

Commit e6adefa

Browse files
committed
Update Angular 15.0.1
1 parent 21dd9b8 commit e6adefa

File tree

63 files changed

+202
-416
lines changed

Some content is hidden

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

63 files changed

+202
-416
lines changed

angular/package-lock.json

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

angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "angular-lazy-loading",
2+
"name": "angular-seo",
33
"version": "15.0.1",
44
"scripts": {
55
"ng": "ng",
Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
export const ITEMS: any[] =
1+
export class Item {
2+
3+
id: number;
4+
name: string;
5+
link: string;
6+
icon: string;
7+
8+
constructor() {
9+
this.id = 0;
10+
this.name = '';
11+
this.link = '';
12+
this.icon = '';
13+
}
14+
}
15+
16+
export const ITEMS: Item[] =
217
[
318
{ id: 1, name: 'Accordions', link: 'accordions', icon: 'far fa-address-card' },
419
{ id: 2, name: 'Alerts', link: 'alerts', icon: 'fas fa-user' },
@@ -11,16 +26,14 @@ export const ITEMS: any[] =
1126
{ id: 9, name: 'Collapse', link: 'collapse', icon: 'fas fa-balance-scale-right' },
1227
{ id: 10, name: 'Dropdowns', link: 'dropdowns', icon: 'fas fa-bahai' },
1328
{ id: 11, name: 'Forms', link: 'forms', icon: 'fas fa-basketball-ball' },
14-
{ id: 12, name: 'Images', link: 'images', icon: 'fab fa-battle-net' },
29+
{ id: 12, name: 'List-group', link: 'list-group', icon: 'fab fa-battle-net' },
1530
{ id: 13, name: 'Modal', link: 'modal', icon: 'fab fa-canadian-maple-leaf' },
1631
{ id: 14, name: 'Pagination', link: 'pagination', icon: 'far fa-address-card' },
17-
{ id: 15, name: 'Radio', link: 'radio', icon: 'fas fa-cart-plus' },
18-
{ id: 16, name: 'Select', link: 'select', icon: 'fab fa-centos' },
19-
{ id: 17, name: 'Tables', link: 'tables', icon: 'fas fa-chart-line' },
20-
{ id: 18, name: 'Toasts', link: 'toasts', icon: 'fas fa-cogs' },
21-
{ id: 19, name: 'Tooltips', link: 'tooltips', icon: 'fab fa-edge' },
22-
{ id: 20, name: 'Popovers', link: 'popovers', icon: 'fab fa-jedi-order' },
23-
{ id: 21, name: 'Progress', link: 'progress', icon: 'fab fa-galactic-republic' },
24-
{ id: 22, name: 'Spinners', link: 'spinners', icon: 'fab fa-empire' },
25-
{ id: 23, name: 'Typography', link: 'typography', icon: 'fas fa-dove' },
32+
{ id: 15, name: 'Popovers', link: 'popovers', icon: 'fab fa-jedi-order' },
33+
{ id: 16, name: 'Progress', link: 'progress', icon: 'fab fa-galactic-republic' },
34+
{ id: 17, name: 'Spinners', link: 'spinners', icon: 'fab fa-empire' },
35+
{ id: 18, name: 'Tables', link: 'tables', icon: 'fas fa-chart-line' },
36+
{ id: 19, name: 'Toasts', link: 'toasts', icon: 'fas fa-cogs' },
37+
{ id: 20, name: 'Tooltips', link: 'tooltips', icon: 'fab fa-edge' },
38+
{ id: 21, name: 'Typography', link: 'typography', icon: 'fas fa-dove' },
2639
];
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-blockquotes',
@@ -7,6 +7,4 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class AccordionsComponent {
99

10-
constructor() { }
11-
1210
}

angular/src/app/modules/application/example-bootstrap/alerts/items.component.html

Lines changed: 0 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -116,121 +116,3 @@ <h1 class="card-title text-primary">Alerts with Font Awesome Icon</h1>
116116
</div>
117117
</div>
118118
</div>
119-
120-
<!--<div class="card mb-2">
121-
<div class="card-body">
122-
<h1 class="card-title text-primary">Alerts</h1>
123-
<div class="alert alert-warning alert-dismissible fade show" role="alert">
124-
<strong>Alien Covenant!</strong> Warning Movie with custom close button.
125-
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
126-
</div>
127-
<div class="alert alert-primary alert-dismissible fade show" role="alert" data-tor="show:scale.from(0)">
128-
<strong>Alien Prometheus!</strong> Primary Movie with custom close button.
129-
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
130-
</div>
131-
</div>
132-
</div>
133-
134-
135-
<div class="card mb-2">
136-
<div class="card-body">
137-
<h1 class="card-title text-primary">Alerts</h1>
138-
<div class="alert alert-primary" role="alert">
139-
A simple primary alert—check it out!
140-
</div>
141-
<div class="alert alert-secondary" role="alert">
142-
A simple secondary alert—check it out!
143-
</div>
144-
<div class="alert alert-success" role="alert">
145-
A simple success alert—check it out!
146-
</div>
147-
<div class="alert alert-danger" role="alert">
148-
A simple danger alert—check it out!
149-
</div>
150-
<div class="alert alert-warning" role="alert">
151-
A simple warning alert—check it out!
152-
</div>
153-
<div class="alert alert-info" role="alert">
154-
A simple info alert—check it out!
155-
</div>
156-
<div class="alert alert-light" role="alert">
157-
A simple light alert—check it out!
158-
</div>
159-
<div class="alert alert-dark" role="alert">
160-
A simple dark alert—check it out!
161-
</div>
162-
</div>
163-
</div>
164-
165-
<div class="card mb-2">
166-
<div class="card-body">
167-
<h1 class="card-title text-primary">Alerts</h1>
168-
169-
<div class="alert alert-primary" role="alert">
170-
A simple primary alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you
171-
like.
172-
</div>
173-
<div class="alert alert-secondary" role="alert">
174-
A simple secondary alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you
175-
like.
176-
</div>
177-
<div class="alert alert-success" role="alert">
178-
A simple success alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you
179-
like.
180-
</div>
181-
<div class="alert alert-danger" role="alert">
182-
A simple danger alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you
183-
like.
184-
</div>
185-
<div class="alert alert-warning" role="alert">
186-
A simple warning alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you
187-
like.
188-
</div>
189-
<div class="alert alert-info" role="alert">
190-
A simple info alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
191-
</div>
192-
<div class="alert alert-light" role="alert">
193-
A simple light alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
194-
</div>
195-
<div class="alert alert-dark" role="alert">
196-
A simple dark alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
197-
</div>
198-
</div>
199-
</div>
200-
201-
<div class="card mb-2">
202-
<div class="card-body">
203-
<h1 class="card-title text-primary">Alerts with Font Awesome Icon</h1>
204-
<div class="alert alert-primary d-flex align-items-center" role="alert">
205-
<div>
206-
<i class="fas fa-rss-square me-1"></i>
207-
An example alert with an icon
208-
</div>
209-
</div>
210-
<div class="alert alert-primary d-flex align-items-center" role="alert">
211-
<div>
212-
<i class="fas fa-rss-square me-1"></i>
213-
An example alert with an icon
214-
</div>
215-
</div>
216-
<div class="alert alert-success d-flex align-items-center" role="alert">
217-
<div>
218-
<i class="fas fa-rss-square me-1"></i>
219-
An example success alert with an icon
220-
</div>
221-
</div>
222-
<div class="alert alert-warning d-flex align-items-center" role="alert">
223-
<div>
224-
<i class="fas fa-rss-square me-1"></i>
225-
An example warning alert with an icon
226-
</div>
227-
</div>
228-
<div class="alert alert-danger d-flex align-items-center" role="alert">
229-
<div>
230-
<i class="fas fa-rss-square me-1"></i>
231-
An example danger alert with an icon
232-
</div>
233-
</div>
234-
</div>
235-
236-
</div>-->
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-alerts',
@@ -7,6 +7,4 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class AlertsComponent {
99

10-
constructor() { }
11-
1210
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-badge',
@@ -7,6 +7,4 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class BadgesComponent {
99

10-
constructor() { }
11-
1210
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-blockquotes',
@@ -7,6 +7,4 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class BlockquotesComponent {
99

10-
constructor() { }
11-
1210
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-breadcrumb',
@@ -7,6 +7,4 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class BreadcrumbComponent {
99

10-
constructor() { }
11-
1210
}
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-buttons',
55
templateUrl: './items.component.html',
66
styleUrls: ['./items.component.css']
77
})
8-
export class ButtonsComponent {
9-
10-
constructor() { }
8+
export class ButtonsComponent {
119

1210
}

0 commit comments

Comments
 (0)