7 lines
135 B
HTML
Raw Normal View History

2016-07-12 18:14:13 -07:00
<!-- Exact copy from app.component.html -->
<h1 highlight>{{title}} {{subtitle}}</h1>
<p *ngIf="user">
<i>Welcome, {{user}}</i>
<p>