diff --git a/connect/communityGuard/communityError.module.ts b/connect/communityGuard/communityError.module.ts deleted file mode 100644 index 5310e783..00000000 --- a/connect/communityGuard/communityError.module.ts +++ /dev/null @@ -1,19 +0,0 @@ -import {NgModule} from '@angular/core'; -import {CommonModule} from '@angular/common'; -import {FormsModule} from '@angular/forms'; - -import {CommunityErrorPageComponent} from './communityErrorPage.component'; - -@NgModule({ - imports: [ - CommonModule, FormsModule - ], - providers: [], - declarations: [ - CommunityErrorPageComponent - ], - exports: [ - CommunityErrorPageComponent - ] -}) -export class CommunityErrorModule { } diff --git a/connect/communityGuard/communityErrorPage.component.ts b/connect/communityGuard/communityErrorPage.component.ts deleted file mode 100644 index d1cff994..00000000 --- a/connect/communityGuard/communityErrorPage.component.ts +++ /dev/null @@ -1,49 +0,0 @@ -import {Component, OnInit} from '@angular/core'; -import {Location} from '@angular/common'; -import {ActivatedRoute} from '@angular/router'; -import {Title, Meta} from '@angular/platform-browser'; - -@Component({ - selector: 'community-error', - template: ` -
- If you are a community manager, click to manage from user menu. -
-