refactor(ivy): merged containerStart/containerEnd (#21374)

This separation is no longer needed since directives are now passed into the `container` as an array rather than as child functions of the `containerStart`

PR Close #21374
This commit is contained in:
Miško Hevery
2018-01-09 13:32:24 -08:00
committed by Alex Eagle
parent 9f43f5f09e
commit 16232f000f
16 changed files with 15 additions and 91 deletions

View File

@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {C, E, T, V, c, cR, cr, defineComponent, e, v} from '../../src/render3/index';
import {C, E, T, V, cR, cr, defineComponent, e, v} from '../../src/render3/index';
import {document, renderComponent} from './render_util';
@ -37,7 +37,6 @@ describe('iv perf test', () => {
template: function Template(ctx: any, cm: any) {
if (cm) {
C(0);
c();
}
cR(0);
{