Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { InjectionToken } from '@angular/core'; export const DYNAMIC_FORM_THEME = new InjectionToken<string>('DynamicFormTheme');