fix(aio): prefix location.assign
with window.
No practical effect but clears the TS compiler warning.
This commit is contained in:
parent
14d2de13bb
commit
3ce9d51a9c
@ -45,7 +45,7 @@ export class LocationService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
goExternal(url: string) {
|
goExternal(url: string) {
|
||||||
location.assign(url);
|
window.location.assign(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
private stripSlashes(url: string) {
|
private stripSlashes(url: string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user