Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
f6c23368af9d506a44bcbf0e55debadab0ce859c
Branches
master
Tags
1.1.129-287
1.1.113-149
1.1.108-143
1.1.95-138
1.1.92-119
1.0.35-18
1.0.13-14
Files
Commits
Log
Graph
Stats
angular-compile.git
test
angular-webpack
angular
module.ts
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 19
Mode: application/typescript
Binary: false
Hang on, we reloading big blames...
69db3407
import { NgModule, CUSTOM_ELEMENTS_SCHEMA, } from '@angular/core';
f46e4d96
import { BrowserModule } from '@angular/platform-browser';
ff48999f
//import { CorifeusMaterialModule } from 'corifeus-web-material'
dbff41e2
f46e4d96
import {Page } from './page'; import {
69db3407
CompileModule,
f46e4d96
} from '../../../src'; @NgModule({ imports: [ BrowserModule,
c605ea6f
CompileModule,
ff48999f
// CorifeusMaterialModule,
c605ea6f
/*
69db3407
CompileModule.forRoot({ module: {
db3e80f5
schemas: [CUSTOM_ELEMENTS_SCHEMA], declarations: [],
dbff41e2
imports: [
ff48999f
// CorifeusMaterialModule
dbff41e2
],
db3e80f5
69db3407
} })
c605ea6f
*/
f46e4d96
], declarations: [ Page, ], providers: [ ], bootstrap: [ Page ] }) export class Module { };