socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 9ec840f4cc4c7cd5dc4bb4bc9557651a5db7f405
parent 71be992bb07fccfb9d2970a106b49ed2c1ff5596
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Feb 2018 15:54:49 +0100

Cleanup

Diffstat:
Msrc/app/app.module.ts | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/app.module.ts b/src/app/app.module.ts @@ -1,4 +1,4 @@ -/// <reference path="../../node_modules/bugsnag-js/types/global.d.ts" /> +/*/// <reference path="../../node_modules/bugsnag-js/types/global.d.ts" />*/ import { BrowserModule } from '@angular/platform-browser'; import {ErrorHandler, NgModule} from '@angular/core'; import { HttpClientModule } from '@angular/common/http'; @@ -20,7 +20,6 @@ import { TweetListComponent } from './tweet-list/tweet-list.component'; import { PapersListComponent } from './papers-list/papers-list.component'; import { ApiService } from './api.service'; -import {environment} from '../environments/environment'; import {ServiceWorkerModule} from '@angular/service-worker'; // configure Bugsnag ASAP, before any other imports