fix(common): fix merge error in ng_if.ts
This commit is contained in:
parent
af6a0563de
commit
cdfedc1e49
@ -125,7 +125,6 @@ export class NgIf {
|
|||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
set ngIfElse(templateRef: TemplateRef<NgIfContext>|null) {
|
set ngIfElse(templateRef: TemplateRef<NgIfContext>|null) {
|
||||||
assertTemplate('ngIfElse', templateRef);
|
|
||||||
this._elseTemplateRef = templateRef;
|
this._elseTemplateRef = templateRef;
|
||||||
this._elseViewRef = null; // clear previous view if any.
|
this._elseViewRef = null; // clear previous view if any.
|
||||||
this._updateView();
|
this._updateView();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user