UNPKG

wally-ui

Version:

About Where’s Wally? Right here — bringing you ready-to-use Angular components with Wally-UI. Stop searching, start building.

7 lines (5 loc) 222 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));