Skip to content

Commit

Permalink
add defer import
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie committed Mar 26, 2017
1 parent 6a1f120 commit 100ce23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular2-jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
import {Injectable, Provider, NgModule, Optional, SkipSelf, ModuleWithProviders} from "@angular/core";
import {Observable} from "rxjs/Observable";
import "rxjs/add/observable/fromPromise";
import "rxjs/add/observable/defer";
import "rxjs/add/operator/mergeMap";

export interface IAuthConfig {
Expand Down

0 comments on commit 100ce23

Please sign in to comment.