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:
@ -1313,8 +1313,6 @@ var NG_CORE = [
|
||||
'GetTestability:dart',
|
||||
'setTestabilityGetter()',
|
||||
'Type:js',
|
||||
'TypeLiteral',
|
||||
'TypeLiteral.type',
|
||||
'PACKAGE_ROOT_URL',
|
||||
'View',
|
||||
'View.directives',
|
||||
|
Reference in New Issue
Block a user