Skip to content

Commit

Permalink
fix(lib): fix #304
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Apr 13, 2017
1 parent 07e21aa commit 24c3098
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { Http } from '@angular/http';
import { LocalDataSource } from '../local/local.data-source';
import { RequestOptionsArgs } from '@angular/http/src/interfaces';
import { URLSearchParams } from '@angular/http';
import { Observable } from 'rxjs';

import { LocalDataSource } from '../local/local.data-source';
import { ServerSourceConf } from './server-source.conf';
import { getDeepFromObject } from '../../helpers';

import 'rxjs/add/operator/toPromise';

export class ServerDataSource extends LocalDataSource {

protected conf: ServerSourceConf;
Expand Down

0 comments on commit 24c3098

Please sign in to comment.