This commit is contained in:
Peter Maquiran
2023-01-17 14:14:53 +01:00
parent cb9e9f2667
commit d5827a1840
9 changed files with 70 additions and 28 deletions
+6
View File
@@ -126,6 +126,12 @@ export class HomePage implements OnInit {
}
window.addEventListener('storage', (event) => {
// When local storage changes, dump the list to
// the console.
console.log(event);
});
}
goto(url) {