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',