mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f752ab9367
Previously directive "queries" that relied upon a namespaced type
```ts
queries: {
'mcontent': new core.ContentChild('test2'),
}
```
caused an error to be thrown. This is now supported.
PR Close #38959
PR Close #39272