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 */
|
||||
_stringifyPathMatrixAux(): string {
|
||||
if (isBlank(this.component)) {
|
||||
if (isBlank(this.urlPath)) {
|
||||
return '';
|
||||
}
|
||||
return this.urlPath + this._stringifyMatrixParams() + this._stringifyAux();
|
||||
|
|
Loading…
Reference in New Issue