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
{{ message }}
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.
This is actually incorrect. The analyzer supports multiline values. I was misinterpreting the error, since we were using multiline maps without quoting the map literals:
<element [input]="{
asdf: 'fdsa'
fdsa: 'asdf'
The analyzer was complaining on the unquoted map keys, I thought it was an issue with multi line values. I am closing this issue
<element [input]="some
multi
line
value">
complains about unknown inputs "multi" "line" and "value"
The text was updated successfully, but these errors were encountered: