ngx-admin/docs/app/pages/home/material-landing/material-landing.component.ts
2020-08-28 19:29:11 +03:00

11 lines
No EOL
285 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'ngx-material-landing',
templateUrl: './material-landing.component.html',
styleUrls: [
'./material-landing.component.scss',
'../landing-home.component.scss'
]
})
export class MaterialLandingComponent {}