Relative Content

Tag Archive for angulartypescriptangular18

Best design for “component configuration service”

In my Angular 18 app, I want to create a system where the backend sends to the front a configuration of which component/form fields are displayed, editable, read-only… That configuration may change if the user change some (not many) properties on the document. And I want to be able to check that both in template and in my component TypeScript.