All files HttpLinkModule.ts

100% Statements 7/7
100% Branches 0/0
100% Functions 1/1
100% Lines 4/4
1 2 3 4 5 6 7 8 9 10 111x   1x   1x         1x  
import {NgModule} from '@angular/core';
 
import {HttpLink} from './HttpLink';
 
export const PROVIDERS = [HttpLink];
 
@NgModule({
  providers: PROVIDERS,
})
export class HttpLinkModule {}