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) 236 B
import { Component } from "@angular/core"; @Component({ selector: "app-style-binding", imports: [], templateUrl: "./style-binding.html", styleUrl: "./style-binding.scss", }) export class StyleBinding { protected width = "50px"; }