removed charts module
This commit is contained in:
parent
aa9083a3b9
commit
1a03ce8a69
@ -49,7 +49,6 @@ import {LogoComponent} from './logo/logo.component';
|
||||
import {AuthInterceptorService} from "./interceptor/auth-interceptor.service";
|
||||
import {CompositeRouteGuard} from "./utils/composite-route.guard";
|
||||
import {AppStateGuard} from "./state/app-state.guard";
|
||||
import {ChartsModule} from "ng2-charts";
|
||||
import { SimpleDoughnutChartComponent } from './simple-doughnut-chart/simple-doughnut-chart.component';
|
||||
import { ManualRedactionDialogComponent } from './screens/file/manual-redaction-dialog/manual-redaction-dialog.component';
|
||||
import {MatCheckboxModule} from "@angular/material/checkbox";
|
||||
@ -80,7 +79,6 @@ export function HttpLoaderFactory(httpClient: HttpClient) {
|
||||
imports: [
|
||||
BrowserModule,
|
||||
BrowserAnimationsModule,
|
||||
ChartsModule,
|
||||
ReactiveFormsModule,
|
||||
HttpClientModule,
|
||||
AuthModule,
|
||||
|
||||
@ -45,9 +45,7 @@
|
||||
"@pdftron/webviewer": "^7.0.1",
|
||||
"angular-oauth2-oidc": "^10.0.3",
|
||||
"angular-oauth2-oidc-jwks": "^9.0.0",
|
||||
"chart.js": "^2.9.3",
|
||||
"file-saver": "^2.0.2",
|
||||
"ng2-charts": "^2.4.2",
|
||||
"ng2-file-upload": "^1.4.0",
|
||||
"ngp-sort-pipe": "^0.0.4",
|
||||
"ngx-dropzone": "^2.2.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user