Files
WorkTime/src/app/explore-container/explore-container.component.html
2024-08-30 16:14:19 +02:00

13 lines
230 B
HTML

<div id="container">
<strong>{{ name }}</strong>
<p>
Explore
<a
target="_blank"
rel="noopener noreferrer"
href="https://ionicframework.com/docs/components"
>UI Components</a
>
</p>
</div>