From 5ff634a26facf8362f36e1afbde3f93f5180d627 Mon Sep 17 00:00:00 2001 From: Marie Verdonck Date: Tue, 26 Nov 2019 18:06:07 +0100 Subject: [PATCH] Last bit of doc --- src/app/community-list-page/community-list-page.component.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/community-list-page/community-list-page.component.ts b/src/app/community-list-page/community-list-page.component.ts index 9ba715c20a..5ab3cce5de 100644 --- a/src/app/community-list-page/community-list-page.component.ts +++ b/src/app/community-list-page/community-list-page.component.ts @@ -1,5 +1,9 @@ import { Component } from '@angular/core'; +/** + * Page with title and the community list tree, as described in community-list.component; + * navigated to with community-list.page.routing.module + */ @Component({ selector: 'ds-community-list-page', templateUrl: './community-list-page.component.html',