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) {} }