explore-container.component.html 230 B

123456789101112
  1. <div id="container">
  2. <strong>{{ name }}</strong>
  3. <p>
  4. Explore
  5. <a
  6. target="_blank"
  7. rel="noopener noreferrer"
  8. href="https://ionicframework.com/docs/components"
  9. >UI Components</a
  10. >
  11. </p>
  12. </div>