Added some styling
This commit is contained in:
12
src/app/material.module.ts
Normal file
12
src/app/material.module.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import {NgModule} from '@angular/core';
|
||||
import {MatCardModule} from '@angular/material';
|
||||
|
||||
const MODULES = [
|
||||
MatCardModule
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [MODULES],
|
||||
exports: [MODULES]
|
||||
})
|
||||
export class MaterialModule {}
|
Reference in New Issue
Block a user