Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit c4c3f35

Browse files
committed
Updated base layout so I don't have to redo it every time I create a new branch.
1 parent 4712732 commit c4c3f35

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

src/Client/app/app.component.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
<h1>
2-
{{title}}
3-
</h1>
1+
<div class="ui menu">
2+
<div class="ui container">
3+
<a href="#" class="header item">
4+
<img class="logo" src="../assets/images/logo.png">
5+
</a>
6+
<div class="header item borderless">
7+
<h1 class="ui header">
8+
Angular 2
9+
</h1>
10+
</div>
11+
</div>
12+
</div>
13+
<div class="ui text container">
14+
</div>

src/Client/app/app.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ import { Component } from '@angular/core';
44
selector: 'ng2cli-app',
55
templateUrl: './app.component.html'
66
})
7-
export class AppComponent {
8-
title = 'app works!';
9-
}
7+
export class AppComponent { }

src/Client/assets/images/logo.png

2.82 KB
Loading

0 commit comments

Comments
 (0)