Companion project for Debugging Angular: A Tale of Two Developers.
Live demo: https://playground.omid.dev/examples/angular-dynamic-form-debugging/ (prebuilt on playground.omid.dev)
npm install
npm start
npm testToggle Use buggy flow to replay a form built before metadata arrives. The debug panel shows the concrete failure: metadata fields are present, but the Angular form has no matching controls. Turn it off to see the fixed path build controls and validators after metadata loads.
https://omid.dev/2024/05/22/debugging-angular-a-tale-of-two-developers/