From 1a30ba4211462589698d26688ec24319e48b740c Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 11 Jul 2018 15:08:40 +0800 Subject: [PATCH] 提交 --- src/app/routes/style/typography/typography.component.ts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/app/routes/style/typography/typography.component.ts b/src/app/routes/style/typography/typography.component.ts new file mode 100644 index 0000000..b982092 --- /dev/null +++ b/src/app/routes/style/typography/typography.component.ts @@ -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) {} +} -- Gitblit v1.8.0