Skip to content

Commit 4d1c134

Browse files
committed
Update Angular 14.0.4 & inprove SEO on react
1 parent 7c0730a commit 4d1c134

File tree

17 files changed

+208
-208
lines changed

17 files changed

+208
-208
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.3**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.3**](https://github.com/angular/angular-cli/releases/)
15+
* Featuring [**Angular 14.0.4**](https://github.com/angular/angular/releases) & [**Angular CLI 14.0.4**](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: 171 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-seo",
3-
"version": "14.0.3",
3+
"version": "14.0.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --port 4200",
@@ -13,29 +13,29 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "14.0.3",
17-
"@angular/common": "14.0.3",
18-
"@angular/compiler": "14.0.3",
19-
"@angular/core": "14.0.3",
20-
"@angular/forms": "14.0.3",
21-
"@angular/platform-browser": "14.0.3",
22-
"@angular/platform-browser-dynamic": "14.0.3",
23-
"@angular/router": "14.0.3",
16+
"@angular/animations": "14.0.4",
17+
"@angular/common": "14.0.4",
18+
"@angular/compiler": "14.0.4",
19+
"@angular/core": "14.0.4",
20+
"@angular/forms": "14.0.4",
21+
"@angular/platform-browser": "14.0.4",
22+
"@angular/platform-browser-dynamic": "14.0.4",
23+
"@angular/router": "14.0.4",
2424
"@fortawesome/fontawesome-free": "6.1.1",
2525
"bootstrap": "5.1.3",
2626
"rxjs": "7.5.5",
2727
"tslib": "2.4.0",
2828
"zone.js": "0.11.6"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "14.0.3",
31+
"@angular-devkit/build-angular": "14.0.4",
3232
"@angular-eslint/builder": "14.0.0",
3333
"@angular-eslint/eslint-plugin": "14.0.0",
3434
"@angular-eslint/eslint-plugin-template": "14.0.0",
3535
"@angular-eslint/schematics": "14.0.0",
3636
"@angular-eslint/template-parser": "14.0.0",
37-
"@angular/cli": "14.0.3",
38-
"@angular/compiler-cli": "14.0.3",
37+
"@angular/cli": "14.0.4",
38+
"@angular/compiler-cli": "14.0.4",
3939
"@types/jasmine": "4.0.3",
4040
"@typescript-eslint/eslint-plugin": "5.30.0",
4141
"@typescript-eslint/parser": "5.30.0",

angular/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<footer class="nga-footer">
4444
<div class="py-3 text-center" style="background-color: black;">
4545
<div class="container">
46-
2021 :<a href="https://www.ganatan.com/"> www.ganatan.com</a>
46+
<a href="https://www.ganatan.com/"> www.ganatan.com</a>
4747
</div>
4848
</div>
4949
</footer>

angular/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-seo',
6-
version: 'Angular 14.0.3',
6+
version: 'Angular 14.0.4',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
application:
44
{
55
name: 'angular-seo',
6-
version: 'Angular 14.0.3',
6+
version: 'Angular 14.0.4',
77
bootstrap: 'Bootstrap 5.1.3',
88
fontawesome: 'Font Awesome 6.1.1',
99
}

angular/ui/angular-starter-home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h5 class="card-title">Template Driven Forms</h5>
274274
<footer class="nga-footer">
275275
<div class="py-3 text-center" style="background-color: black;">
276276
<div class="container">
277-
2021 :<a href="https://www.ganatan.com/"> www.ganatan.com</a>
277+
<a href="https://www.ganatan.com/"> www.ganatan.com</a>
278278
</div>
279279
</div>
280280
</footer>

react/src/app/services/seo/seo-service.js renamed to react/src/app/components/seo/seo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import { Helmet, HelmetProvider } from 'react-helmet-async';
44

5-
class SeoService extends React.Component {
5+
class Seo extends React.Component {
66

77
constructor(props) {
88
super(props);
@@ -24,4 +24,4 @@ class SeoService extends React.Component {
2424

2525
}
2626

27-
export default SeoService;
27+
export default Seo;

react/src/app/modules/application/example-bootstrap/example-bootstrap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Link } from 'react-router-dom';
44
import ExampleBootstrapRouting from './example-bootstrap-routing';
55

66
import './example-bootstrap.css';
7-
import SeoService from '../../../services/seo/seo-service';
7+
import Seo from '../../../components/seo/seo';
88

99
class ExampleBootstrap extends React.Component {
1010
render() {
@@ -14,7 +14,7 @@ class ExampleBootstrap extends React.Component {
1414

1515
return (
1616
<div>
17-
<SeoService content={content} title={title}></SeoService>
17+
<Seo content={content} title={title}></Seo>
1818
<div id="example-bootstrap">
1919
<ul>
2020
<li><Link to="main">main</Link></li>

react/src/app/modules/application/example-components/example-components.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Link } from 'react-router-dom';
44
import ExampleComponentsRouting from './example-components-routing';
55

66
import './example-components.css';
7-
import SeoService from '../../../services/seo/seo-service';
7+
import Seo from '../../../components/seo/seo';
88

99
class ExampleBootstrap extends React.Component {
1010
render() {
@@ -14,7 +14,7 @@ class ExampleBootstrap extends React.Component {
1414

1515
return (
1616
<div>
17-
<SeoService content={content} title={title}></SeoService>
17+
<Seo content={content} title={title}></Seo>
1818
<div id="example-components">
1919
<ul>
2020
<li><Link to="main">main</Link></li>

0 commit comments

Comments
 (0)