Add setting helper to client plugins

This commit is contained in:
Chocobozzz
2019-07-25 19:02:54 +02:00
parent a1758df8a3
commit 23bdacf8ec
8 changed files with 74 additions and 35 deletions

View File

@@ -49,7 +49,10 @@ export const clientActionHookObject = {
'action:video-watch.video.loaded': true,
// Fired when the search page is being initialized
'action:search.init': true
'action:search.init': true,
// Fired every time Angular URL changes
'action:router.navigation-end': true
}
export type ClientActionHookName = keyof typeof clientActionHookObject