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) 256 B
import { Component } from '@angular/core'; @Component({ selector: 'app-included-attributes', standalone: true, imports: [], templateUrl: './included-attributes.html', styleUrl: './included-attributes.scss' }) export class IncludedAttributes { }