feat(di): drop support for injecting types with generics in Dart

BREAKING CHANGE:
In Dart we used to support injecting types with generics. As this feature is hard to implement with the upcoming codegen we are dropping it.

Merge cl/115454020 in G3 with this change.
Closes #7262
This commit is contained in:
Tobias Bosch
2016-02-24 09:45:10 -08:00
parent f72f137261
commit c9a3df970b
9 changed files with 1 additions and 144 deletions

View File

@ -446,8 +446,6 @@ const CORE = [
'TypeDecorator',
'TypeDecorator.Class(obj:ClassDefinition):ConcreteType',
'TypeDecorator.annotations:any[]',
'TypeLiteral',
'TypeLiteral.type:any',
'ViewChildFactory',
'ViewChildMetadata',
'ViewChildMetadata.constructor(_selector:Type|string)',