ngx-admin/docs/app/pages/home/material-landing/material-landing.component.ts

11 lines
285 B
TypeScript
Raw Normal View History

2020-03-12 13:31:36 +03:00
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 {}