Günter Zöchbauer
Günter Zöchbauer
Is this about directives listed in `@Component(directives: const [...])` which are not used by the template?
It might be worth checking - if `image` exists on the component. - type of `src` is not `String` (or not compatible with `String`) IMHO these strongly indicate a binding...
Is there a way to suppress lints in HTML? (like the `// ignore: xxx` comments in Dart code)
Just thinking. I don't know if `style.xxx="someString"` or `style.xxx="{{someString}}"` is supported.
See also dart-lang/sdk#28142
I think the readme should be updated for https://pub.dartlang.org/packages/dev_compiler Searching for dart development compiler brings this page as one of the first results
I could run the tests successfully but the benchmarks failed. See #232 for more details.
Ping
Seems this package is dead. From what I heard they are working on another DI package for Dart.
@jarredkenny To the entry page for example