UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

13 lines (11 loc) 288 B
import { Platform } from '@angular/cdk/platform'; import { Inject, Injectable, Optional } from '@angular/core'; import { BAR_TOKEN } from '@my/issue-852/bar'; @Injectable() export class FooClass { constructor( @Optional() @Inject(BAR_TOKEN) matDateLocale: string, ) {} }