5 changed files with 13 additions and 4 deletions
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
declare module '*.html'; |
||||
declare function require(s: string): any; |
||||
|
||||
@ -1,6 +1,8 @@
@@ -1,6 +1,8 @@
|
||||
import { enableProdMode } from '@angular/core'; |
||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; |
||||
|
||||
require('../scss/styles.scss'); |
||||
|
||||
import { AppModule } from './app.module'; |
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule); |
||||
|
||||
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
html, body { |
||||
margin: 0; |
||||
padding: 0; |
||||
height: 100%; |
||||
background-color: gray; |
||||
} |
||||
Loading…
Reference in new issue