new value
This commit is contained in:
parent
7a6812ad4e
commit
f11393bbfc
|
@ -225,7 +225,7 @@
|
|||
<clipPath id="a"><path fill="#fff" d="M0 0h982v239H0z" /></clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
<h1>Hello, {{ title }}</h1>
|
||||
<h1>{{ title }}</h1>
|
||||
<p>Congratulations! Your app is running. 🎉</p>
|
||||
</div>
|
||||
<div class="divider" role="separator" aria-label="Divider"></div>
|
||||
|
|
|
@ -8,5 +8,5 @@ import { RouterOutlet } from '@angular/router';
|
|||
styleUrl: './app.component.css'
|
||||
})
|
||||
export class App {
|
||||
protected title = 'angular-tour-of-heroes';
|
||||
protected title = 'Tour of Heroes';
|
||||
}
|
Loading…
Reference in New Issue