]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/core.module.ts
WIP plugins: add theme support
[github/Chocobozzz/PeerTube.git] / client / src / app / core / core.module.ts
index 06fa8fcf1fd86c66e90b80a0a22d74cf7387e5d1..436c0dfb8bba25e09a014c4b76e57bf065870ecb 100644 (file)
@@ -21,6 +21,7 @@ import { MessageService } from 'primeng/api'
 import { UserNotificationSocket } from '@app/core/notification/user-notification-socket.service'
 import { ServerConfigResolver } from './routing/server-config-resolver.service'
 import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service'
+import { PluginService } from '@app/core/plugins/plugin.service'
 
 @NgModule({
   imports: [
@@ -61,6 +62,8 @@ import { UnloggedGuard } from '@app/core/routing/unlogged-guard.service'
     UserRightGuard,
     UnloggedGuard,
 
+    PluginService,
+
     RedirectService,
     Notifier,
     MessageService,