surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.01k stars 782 forks source link

Change detection doesn't work for a custom Angular question #8293

Closed JaneSjs closed 1 month ago

JaneSjs commented 1 month ago

T18201 - Creating Custom Component in Angular Element are not getting Rendered https://surveyjs.answerdesk.io/internal/ticket/details/T18201

JaneSjs commented 1 month ago

The issue occurred because a custom question component was missing within the module declarations. To solve the issue, open the app.module.ts file and add the custom component to declarations.