I\'m using Angular 2-rc3 and have a Component
and I want to apply transclusion, just in a bit of a different way. Here\'s my component:
import {
inside *ngFor
doesn't work, therefore
-
-- insert template here --
won't do anything meaningful. Everything will be transcluded to the first
https://github.com/angular/angular/issues/8563 might solve some of your requirements.
tag.