UNPKG

ngx-html-bridge

Version:

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

12 lines (10 loc) 244 B
import { Component } from '@angular/core'; @Component({ selector: 'app-ngif-with-then', imports: [], templateUrl: './ngif-with-then.html', styleUrl: './ngif-with-then.scss' }) export class NgifWithThen { condition: boolean = true; }