feat(view): allow to transplant a view into a ViewContainer at another place.

Closes #1492.
This commit is contained in:
Tobias Bosch
2015-05-08 17:58:08 -07:00
parent 2185e7cee9
commit 4f3433b5bd
9 changed files with 199 additions and 34 deletions

View File

@ -37,7 +37,7 @@ export class RouterOutlet {
]);
this._viewContainer.clear();
this._viewContainer.create(pv, 0, outletInjector);
this._viewContainer.create(pv, 0, null, outletInjector);
});
}