Lars Gyrup Brink Nielsen
1 min readOct 27, 2018

--

The injector tree with projected text and content child components is where it gets tricky 😵

One concept missing is view providers which can be declared in a component decorator to create an injector for view child components (and their descendants) but not projected content child components.

By the way, isn’t it called content projection in Angular instead of transclusion (AngularJS term)?

--

--