You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I don't think this bug is fixed yet. I just tried it, and many cases listed above are still not supported. I tried to ask AI to write a regex, hope that may help?
Overview of the issue
Recently added support for Signal inputs exclude valid cases. model is also a valid Signal input.
The following cases fail the Regex test
/input(?:\.(required))?(?:<([\w-]+)>)?\(([\w-]+)?\)/
.Operating System, Node.js, npm, compodoc version(s)
"@compodoc/compodoc": "1.1.24"
Motivation for or Use Case
Same motiviation as the original issue. Signals are a powerful pattern and the new norm for Angular developers.
Suggest a Fix
Update the checks in
src/app/compiler/angular/deps/helpers/component-helper.ts
to account for:input
with''
default valueinput
with transformersinput
with complex type parametersmodel
inputsThe text was updated successfully, but these errors were encountered: