UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular2 and beyond!

15 lines (10 loc) 368 B
import { Injectable } from '@angular/core'; import { InjectionRegistery, InjectionService } from '../../services'; import { TooltipContentComponent } from '.'; @Injectable() export class TooltipService extends InjectionRegistery { type: any = TooltipContentComponent; constructor(public injectionService: InjectionService) { super(injectionService); } }