Marcel Lamothe
Marcel Lamothe
Just to add that when you have one field that depends on another, TypeScript requires that they be in the right order - sorting them by name can cause a...
+1. Hard to believe something so common and so simple is missing.
Well I just found steps to reproduce: The bug is triggered by having text before the {{ }}. Crash: ``` FOO {{ NgDocActions.demo("MyDemoComponent") }} ``` Or ``` FOO {{ NgDocActions.demo("MyDemoComponent")...
I recommend tweaking the two identical statements listed above - they're just a ticking time bomb: The empty string here is invalid - it causes JSON.parse to throw: `options: JSON.parse(element.querySelector('#options')?.textContent...