fengxiang
2018-07-11 a3a8c23b196980732a795713a5eb5fe0c7075bf9
src/app/routes/style/typography/typography.component.ts
New file
@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
import { ColorService } from '../color.service';
@Component({
  selector: 'app-typography',
  templateUrl: './typography.component.html',
})
export class TypographyComponent {
  constructor(public c: ColorService) {}
}