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()
|
||||
set ngIfElse(templateRef: TemplateRef<NgIfContext>|null) {
|
||||
assertTemplate('ngIfElse', templateRef);
|
||||
this._elseTemplateRef = templateRef;
|
||||
this._elseViewRef = null; // clear previous view if any.
|
||||
this._updateView();
|
||||
|
Loading…
x
Reference in New Issue
Block a user