UNPKG

@fdot/angular-staff

Version:

The angular-staff package wraps service calls to FDOT Staff API and also includes pipes and components based on bootstrap 4. ## Installation The angular staff package use a peer dependency of ng-bootstrap so you will need to also perform an NPM install

8 lines (7 loc) 307 B
import { AngularStaffService } from './angular-staff.service'; import { PipeTransform } from '@angular/core'; export declare class StaffPipe implements PipeTransform { private staffService; constructor(staffService: AngularStaffService); transform(value: number, format?: string): any; }