X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Frouting%2Findex.ts;h=4314ea475ef78295a9b4be27c0b55d98ff9dae7d;hb=2989628b7913383b39ac34c7db8666a21f8e5037;hp=239c27caf9bd67dbc9d0f96f7b74c3d5b9efb729;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/routing/index.ts b/client/src/app/core/routing/index.ts index 239c27caf..4314ea475 100644 --- a/client/src/app/core/routing/index.ts +++ b/client/src/app/core/routing/index.ts @@ -3,6 +3,8 @@ export * from './custom-reuse-strategy' export * from './disable-for-reuse-hook' export * from './login-guard.service' export * from './menu-guard.service' +export * from './meta-guard.service' +export * from './meta.service' export * from './preload-selected-modules-list' export * from './redirect.service' export * from './server-config-resolver.service'