We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47be72e commit 0e2d387Copy full SHA for 0e2d387
README.md
@@ -1,3 +1,5 @@
1
# angular2-animation-tutorial-example
2
3
-Angular 2/4 - Router Animation Example & Tutorial
+Angular 2/4 - Router Animation Example & Tutorial
4
+
5
+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
@@ -12,6 +12,9 @@
12
13
<!-- footer -->
14
<footer>
15
+ <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>
17
+ </p>
18
<p>
19
<a href="http://jasonwatmore.com">JasonWatmore.com</a>
20
</p>
0 commit comments