pedago-angular-quiz
Version:
A pedago quiz component for Angular projects
10 lines (9 loc) • 467 B
TypeScript
import { IResponse } from "../models/models";
import * as i0 from "@angular/core";
export declare class SurveyJsSenderToResponsePipe {
constructor();
getCorrectAnswers(sender: any, questionName: string): string[] | undefined;
transform(sender: any): IResponse[];
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyJsSenderToResponsePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<SurveyJsSenderToResponsePipe, "surveyJsSenderToResponse", false>;
}