graycoreio/daffodil

View on GitHub
libs/design/article/examples/src/article-ul/article-ul.component.html

Summary

Maintainability
Test Coverage
<daff-article>
  <ul>
    <li>This is an unordered list.</li>
    <li>This is an unordered list.</li>
    <li>This is an unordered list.</li>
    <li>This is an unordered list.</li>
    <li>This is an unordered list.</li>
    <li>This is an unordered list.</li>
  </ul>
</daff-article>