Skip to content

Commit

Permalink
Remove ngx-drag-scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-vk committed Feb 28, 2020
1 parent 898779e commit 26df179
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EthstatsFrontend
# Celo Stats frontend

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.0-rc.8.

Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"graphql": "^14.5.0",
"graphql-tag": "^2.10.0",
"hammerjs": "^2.0.8",
"ngx-drag-scroll": "^8.0.0-beta.2",
"rxjs": "~6.5.4",
"socket.io-client": "^2.3.0",
"tslib": "^1.10.0",
Expand Down
2 changes: 0 additions & 2 deletions src/app/+dashboard/charts/charts.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing'
import { provideMockStore, MockStore } from '@ngrx/store/testing'
import { DragScrollModule } from 'ngx-drag-scroll'

import { InfoModule } from 'src/app/components/info'

Expand All @@ -19,7 +18,6 @@ describe('DahsboardChartsComponent', () => {
TestBed.configureTestingModule({
declarations: [ DahsboardChartsComponent ],
imports: [
DragScrollModule,
InfoModule,
],
providers: [ provideMockStore({initialState}) ],
Expand Down
3 changes: 0 additions & 3 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { StoreDevtoolsModule } from '@ngrx/store-devtools'
import { MatRippleModule } from '@angular/material/core'
import { MatIconModule } from '@angular/material/icon'
import { MatTooltipModule } from '@angular/material/tooltip'
import { DragScrollModule } from 'ngx-drag-scroll'

import { environment } from '../environments/environment'

Expand Down Expand Up @@ -52,8 +51,6 @@ import { MicroChartModule } from './components/micro-chart'

GraphQLModule,

DragScrollModule,

MatIconModule,
MatRippleModule,
MatTooltipModule,
Expand Down

0 comments on commit 26df179

Please sign in to comment.