chore(http): added @Injectable to default-request-options. (#2983)
This commit is contained in:
parent
7af64a4f35
commit
437617d564
@ -1,6 +1,8 @@
|
||||
// #docregion
|
||||
import { Injectable } from '@angular/core';
|
||||
import { BaseRequestOptions, RequestOptions } from '@angular/http';
|
||||
|
||||
@Injectable()
|
||||
export class DefaultRequestOptions extends BaseRequestOptions {
|
||||
|
||||
constructor() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user