Improve Style + link

This commit is contained in:
2017-05-04 17:00:48 +02:00
parent ecc216d15d
commit fe9638bcb5
8 changed files with 103 additions and 95 deletions

View File

@@ -3,7 +3,6 @@ import { Component } from '@angular/core';
@Component({
selector: 'my-app',
template: `
<h1>{{title}}</h1>
<nav>
<a routerLink="/dashboard" routerLinkActive="active">Dashboard</a>
<a routerLink="/heroes" routerLinkActive="active">Heroes</a>