Skip to content

Commit

Permalink
removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus committed Oct 25, 2024
1 parent 2be37f3 commit 47eb190
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion blogs-analyzer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"highcharts-angular": "^4.0.0",
"ngx-doc-viewer": "^15.0.1",
"ngx-logger": "^5.0.12",
"ngx-markdown": "^18.1.0",
"rxjs": "~7.8.0",
"sonarqube-scanner": "^3.0.1",
"tslib": "^2.3.0",
Expand Down
2 changes: 0 additions & 2 deletions blogs-analyzer-ui/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { QualityCheckComponent } from './quality-check/quality-check.component';
import { MatButtonModule } from "@angular/material/button";
import { ReportComponent } from './report/report.component';
import { HighchartsChartModule } from "highcharts-angular";
import { MarkdownModule } from "ngx-markdown";
import { LoggerModule, NgxLoggerLevel } from "ngx-logger";
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { NgxDocViewerModule } from "ngx-doc-viewer";
Expand Down Expand Up @@ -46,7 +45,6 @@ import { MatTooltipModule } from "@angular/material/tooltip";
MatIconModule,
MatButtonModule,
HighchartsChartModule,
MarkdownModule.forRoot(),
NgxDocViewerModule,
LoggerModule.forRoot({
level: NgxLoggerLevel.DEBUG,
Expand Down

0 comments on commit 47eb190

Please sign in to comment.