Skip to content

Commit

Permalink
feat(#45) : Add load of the survey summary
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperobertgh committed May 22, 2018
1 parent a1e90dd commit f8b3867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Observable} from "rxjs/Observable";
import {map} from "rxjs/operators";
import {Injectable} from "@angular/core";
import {InspectionQuestion} from "../../models/inspection-question";
import {HttpErrorResponse} from "@angular/common/http";
import {InspectionQuestionSummary} from "../../models/inspection-question-summary";

@Injectable()
export class InspectionQuestionRepositoryProvider {
Expand Down

0 comments on commit f8b3867

Please sign in to comment.