Condition using urlPath, component is null on UnresolvedException of child AsyncRoute.
This commit is contained in:
parent
cb94111f18
commit
166b73f4f3
|
@ -189,7 +189,7 @@ export abstract class Instruction {
|
||||||
|
|
||||||
/** @internal */
|
/** @internal */
|
||||||
_stringifyPathMatrixAux(): string {
|
_stringifyPathMatrixAux(): string {
|
||||||
if (isBlank(this.component)) {
|
if (isBlank(this.urlPath)) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
return this.urlPath + this._stringifyMatrixParams() + this._stringifyAux();
|
return this.urlPath + this._stringifyMatrixParams() + this._stringifyAux();
|
||||||
|
|
Loading…
Reference in New Issue