All files / src/tooltip tooltip.service.ts

0% Statements 0/16
0% Branches 0/22
0% Functions 0/1
0% Lines 0/11
1 2 3 4 5 6 7             
import { Injectable } from '@angular/core';

@Injectable()
export class TooltipService {
    // TODO: Implement functions for create manual tooltip;
}