UNPKG

ngx-html-bridge

Version:

An Angular Template Parser to convert Angular templates into an array of standard, static HTML strings.

15 lines (12 loc) 180 B
@if(users.length){ <ul> @for(user of users; track user){ <li>{{user}}</li> } </ul> } @if(users.length > 0){ <ul> @for(user of users; track user){ <li>{{user}}</li> } </ul> }