parent
93939e77b6
commit
ccb676071f
@ -0,0 +1,11 @@ |
||||
import { NgModule } from "@angular/core"; |
||||
import { CommonModule } from "@angular/common"; |
||||
|
||||
/*import { |
||||
} from "@angular/material";//*/
|
||||
|
||||
|
||||
@NgModule({ |
||||
imports : [] |
||||
}) |
||||
export class MaterialModule {} |
@ -1 +1,4 @@ |
||||
/* You can add global styles to this file, and also import other style files */ |
||||
|
||||
html, body { height: 100%; } |
||||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } |
||||
|
Loading…
Reference in new issue