Skip to content

Commit c04b137

Browse files
committed
added images, modified template views.
1 parent 0b659b4 commit c04b137

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

src/app/components/app.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<div layout="row" class="top-nav ac-default-theme">
33
<a href="https://github.com/1337programming/angular2.0-App">
4-
<img src="angularjs-logo_patrick.png" alt="Angular2" height="54" width="54">
4+
<img src="angularjs-logo_patrick.png" alt="AngularP" height="54" width="54">
55
</a>
66
<span class="logo">{{ name | capitalize }} + Patrick + Webpack</span>
77
<ul>
@@ -14,6 +14,12 @@
1414
<li class="l-left">
1515
<a [router-link]=" ['/example-modules', 'search'] "class="top-nav-button ac-default-theme">Modules</a>
1616
</li>
17+
<li class="l-left">
18+
<img src="angular-shield.png" alt="Angular2" height="54" width="54">
19+
</li>
20+
<li class="l-left">
21+
<img src="webpack.png" alt="Webpack" height="54" width="54">
22+
</li>
1723
</ul>
1824
</div>
1925
</header>

src/app/components/dashboard/views/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
</style>
66
<div>
77
<h2>Dashboard</h2>
8-
<span x-large>Extra Large Font Directive</span>
8+
<span x-large>This is a useless dashboard!</span>
99
</div>

src/public/angular-shield.png

18.5 KB
Loading

src/public/webpack.png

57.2 KB
Loading

0 commit comments

Comments
 (0)