UNPKG

ngx-html-bridge

Version:

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

6 lines (4 loc) 219 B
import { bootstrapApplication } from "@angular/platform-browser"; import { appConfig } from "./app/app.config"; import { App } from "./app/app"; bootstrapApplication(App, appConfig).catch((err) => console.error(err));