diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-05 10:26:22 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-05 10:27:29 +0100 |
commit | 99b727ec9c34863d24e23faa6fe1e49d4b359f31 (patch) | |
tree | 4491432fc860d1d2b53c7b66f0b4d37695df4ff4 /client/src | |
parent | 6a8ff869d046a87a46ca6fcce627ee528ea5364a (diff) | |
download | PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.gz PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.tar.zst PeerTube-99b727ec9c34863d24e23faa6fe1e49d4b359f31.zip |
Client: fix angular2-notifications dep...
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/core/core.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts index f02304647..ae2930552 100644 --- a/client/src/app/core/core.module.ts +++ b/client/src/app/core/core.module.ts | |||
@@ -18,7 +18,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'; | |||
18 | RouterModule, | 18 | RouterModule, |
19 | 19 | ||
20 | ModalModule, | 20 | ModalModule, |
21 | SimpleNotificationsModule | 21 | SimpleNotificationsModule.forRoot() |
22 | ], | 22 | ], |
23 | 23 | ||
24 | declarations: [ | 24 | declarations: [ |