refactor(ivy): Update query-related comments (#29342)

Just updating comments in query-related things to make it easier for the next person that has to grok this for the first time.

Also adds a demo from @mhevery to one of the query specs

Related #29031

PR Close #29342
This commit is contained in:
Ben Lesh
2019-03-15 13:18:34 -07:00
committed by Matias Niemelä
parent 105cfaf5e4
commit fe759ee0cf
4 changed files with 22 additions and 6 deletions

View File

@ -1603,6 +1603,7 @@ describe('query', () => {
});
// https://stackblitz.com/edit/angular-7vvo9j?file=src%2Fapp%2Fapp.component.ts
// https://stackblitz.com/edit/angular-xzwp6n
it('should report results when the same TemplateRef is inserted into different ViewContainerRefs',
() => {
let tpl: TemplateRef<{}>;