UNPKG

ngx-html-bridge

Version:

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

8 lines (7 loc) 160 B
@if (condition) { <p>Condition is true!</p> } @else if (elseIfCondition) { <p>Else if condition is true!</p> } @else { <p>All conditions are false!</p> }