firstQuestionFromCurrentPage
firstQuestionFromCurrentPage
to get current question
@Component()
export default class ExampleComponent extends Mixins(ZoovuFacadeMixin) {
get questionText(): string {
const querstion = this.zoovuFacade.firstQuestionFromCurrentPage;
return question.text;
}
}