Skip to content

Commit 7213f2c

Browse files
committed
fix(theming-material): provide StandardTypescaleBuilder in root
1 parent dd612fc commit 7213f2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/theming-material/src/typescale-standard.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { inject } from '@angular/core';
1+
import { inject, Injectable } from '@angular/core';
22
import {
33
ThemeBuilder,
44
ThemeBuilderContext,
@@ -11,6 +11,7 @@ export interface StandardTypescaleBuilderConfig {
1111
font: string;
1212
}
1313

14+
@Injectable({ providedIn: 'root' })
1415
export class StandardTypescaleBuilder
1516
implements ThemeBuilder<StandardTypescaleBuilderConfig>
1617
{

0 commit comments

Comments
 (0)