Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Analyzer does not support multiline template attributes #401

Closed
LorenVS opened this issue Jul 28, 2017 · 1 comment
Closed

Analyzer does not support multiline template attributes #401

LorenVS opened this issue Jul 28, 2017 · 1 comment

Comments

@LorenVS
Copy link

LorenVS commented Jul 28, 2017

<element [input]="some
multi
line
value">

complains about unknown inputs "multi" "line" and "value"

@LorenVS
Copy link
Author

LorenVS commented Jul 31, 2017

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

@LorenVS LorenVS closed this as completed Jul 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant