We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StandardTypescaleBuilder
1 parent dd612fc commit 7213f2cCopy full SHA for 7213f2c
1 file changed
packages/theming-material/src/typescale-standard.ts
@@ -1,4 +1,4 @@
1
-import { inject } from '@angular/core';
+import { inject, Injectable } from '@angular/core';
2
import {
3
ThemeBuilder,
4
ThemeBuilderContext,
@@ -11,6 +11,7 @@ export interface StandardTypescaleBuilderConfig {
11
font: string;
12
}
13
14
+@Injectable({ providedIn: 'root' })
15
export class StandardTypescaleBuilder
16
implements ThemeBuilder<StandardTypescaleBuilderConfig>
17
{
0 commit comments