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:
@ -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)',
|
||||
|
Reference in New Issue
Block a user