RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: application/typescript Binary: false


Hang on, we reloading big blames...
import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import {Page } from './page'; import { CompileModule } from '../../../src'; @NgModule({ imports: [ BrowserModule, CompileModule ], declarations: [ Page, ], providers: [ ], bootstrap: [ Page ] }) export class Module { };