noydb/oworms-ui

View on GitHub
src/app/component/tags/tags.component.html

Summary

Maintainability
Test Coverage
<ul>
    <li *ngFor="let tag of tags" class="tag">
        <span>{{ tag }}</span>
    </li>
</ul>