Skip to content

Commit

Permalink
Merge pull request #7700 from Azhaguthasan/master
Browse files Browse the repository at this point in the history
Updated NgProgressFactory definition
  • Loading branch information
horiuchi committed Jan 20, 2016
2 parents 03cdda7 + 4eae426 commit 6035d7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ngprogress/ngprogress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ declare module NgProgress {
reset(): void;
complete(): void;
}

export interface INgProgressFactory {
createInstance(): INgProgress;
}

}

0 comments on commit 6035d7e

Please sign in to comment.