@magic-xpa/angular 4.801.0-dev481.236 → 4.801.0-dev481.240

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -960,7 +960,7 @@
960
960
  guiEvent.RouterPath = tokens[0];
961
961
  guiEvent.RouterParams = new mscorelib.List();
962
962
  for (var i = 1; i < tokens.length; i++) {
963
- guiEvent.RouterParams.push(this.activatedRoute.snapshot.params[tokens[i]]);
963
+ guiEvent.RouterParams.push(currentActiveRoute.snapshot.params[tokens[i]]);
964
964
  }
965
965
  }
966
966
  this.containerTaskService.insertEvent(guiEvent);