FarmMapsLib/src/app/app.component.html

10 lines
137 B
HTML
Raw Normal View History

2019-06-26 12:35:47 +00:00
<div style="text-align:center">
<h1>
Welcome to {{ title }}!
</h1>
</div>
2019-07-12 11:07:31 +00:00
<h2>Common Test</h2>
2019-07-16 14:15:40 +00:00
<router-outlet></router-outlet>
2019-07-18 16:59:42 +00:00
2019-06-26 12:35:47 +00:00