Skip to content

Commit 88b9155

Browse files
author
Jason Watmore
committed
Updated to Angular 5.0.3
1 parent 0e2d387 commit 88b9155

8 files changed

+3739
-16
lines changed

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Place your settings in this file to overwrite default and user settings.
2+
{
3+
"files.exclude": {
4+
"app/**/*.js": true,
5+
"app/**/*.js.map": true
6+
}
7+
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# angular2-animation-tutorial-example
22

3-
Angular 2/4 - Router Animation Example & Tutorial
3+
Angular 2/5 - Router Animation Example & Tutorial
44

55
To see a demo and further details go to http://jasonwatmore.com/post/2017/04/19/angular-2-4-router-animation-tutorial-example

app/app.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- footer -->
1414
<footer>
1515
<p>
16-
<a href="http://jasonwatmore.com/post/2017/04/19/angular-2-4-router-animation-tutorial-example">Angular 2/4 - Router Animation Tutorial & Example</a>
16+
<a href="http://jasonwatmore.com/post/2017/04/19/angular-2-4-router-animation-tutorial-example">Angular 2/5 - Router Animation Tutorial & Example</a>
1717
</p>
1818
<p>
1919
<a href="http://jasonwatmore.com">JasonWatmore.com</a>

app/home/home.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<h1>Home</h1>
2-
<p>Angular 2/4 - Animation Tutorial & Example</p>
2+
<p>Angular 2/5 - Animation Tutorial & Example</p>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<base href="/" />
5-
<title>Angular 2/4 - Animation Tutorial & Example</title>
5+
<title>Angular 2/5 - Animation Tutorial & Example</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

88
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />

0 commit comments

Comments
 (0)