import { CustomBrowserXhr } from './custom-browser-xhr'; import { HttpInterceptor } from './http-interceptor'; import { ProgressService } from './progress'; export const NETWORK_PROVIDERS: any[] = [ // CustomBrowserXhr, // HttpInterceptor, ProgressService ];