From b42f9c400e7b677046ab0034a3cf7aaaa73ecb6d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Feb 2020 10:31:34 +0100 Subject: Use a resolver for the about page --- client/src/app/+about/about.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/+about/about.module.ts') diff --git a/client/src/app/+about/about.module.ts b/client/src/app/+about/about.module.ts index 14bf76e55..84d697540 100644 --- a/client/src/app/+about/about.module.ts +++ b/client/src/app/+about/about.module.ts @@ -7,6 +7,7 @@ import { AboutPeertubeComponent } from '@app/+about/about-peertube/about-peertub import { ContactAdminModalComponent } from '@app/+about/about-instance/contact-admin-modal.component' import { AboutFollowsComponent } from '@app/+about/about-follows/about-follows.component' import { AboutPeertubeContributorsComponent } from '@app/+about/about-peertube/about-peertube-contributors.component' +import { AboutInstanceResolver } from '@app/+about/about-instance/about-instance.resolver' @NgModule({ imports: [ @@ -28,6 +29,7 @@ import { AboutPeertubeContributorsComponent } from '@app/+about/about-peertube/a ], providers: [ + AboutInstanceResolver ] }) export class AboutModule { } -- cgit v1.2.3