HI Team,
I am looking similar to this use case.
We want help text for survey creator
The example i found is for survey only Custom Render of Survey Elements | JS Survey and Form Library Example for Angular (surveyjs.io)
Sample code
Codecreator: SurveyCreatorModel;
this.creator = new SurveyCreatorModel();
this.creator.onAfterRenderQuestion.add() //is not working
this.creator.onAfterRenderPage.add() //is not working
Could you please share with example for angular?