Skip to content

Commit

Permalink
refactor: remove unused notifications overlay component
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Dec 28, 2019
1 parent c009b05 commit adb18b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 84 deletions.
4 changes: 1 addition & 3 deletions projects/rss-reader/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { HttpClientModule } from '@angular/common/http';
import { IOSComponent } from './devices/ios/ios.component';
import { MaterialModule } from './material.module';
import { NgModule } from '@angular/core';
import { NotificationsOverlayComponent } from './overlays/notifications-overlay/notifications-overlay.component';
import { OnboardingOverlayComponent } from './overlays/onboarding-overlay/onboarding-overlay.component';
import { OverlayService } from './overlay.service';
import { PageNotFoundComponent } from './page-not-found/page-not-found.component';
Expand All @@ -42,8 +41,7 @@ import { HotkeysModule } from './hotkeys/hotkeys.module';
import { MarkdownModule } from 'ngx-markdown';

const OVERLAYS = [
OnboardingOverlayComponent,
NotificationsOverlayComponent
OnboardingOverlayComponent
];
const PIPES = [
StripHtmlTagsPipe,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit adb18b7

Please sign in to comment.