mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
[PM-12444] remove ngx infinite scroll dependency (#13056)
* replace provider clients components with vNext implementation * remove ngx-infinite-scroll dependency * fix ts strict errors
This commit is contained in:
@@ -3,7 +3,6 @@ import { CommonModule, DatePipe } from "@angular/common";
|
||||
import { NgModule } from "@angular/core";
|
||||
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
||||
import { RouterModule } from "@angular/router";
|
||||
import { InfiniteScrollDirective } from "ngx-infinite-scroll";
|
||||
|
||||
import { JslibModule } from "@bitwarden/angular/jslib.module";
|
||||
import {
|
||||
@@ -49,7 +48,6 @@ import "./locales";
|
||||
DragDropModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
InfiniteScrollDirective,
|
||||
RouterModule,
|
||||
JslibModule,
|
||||
|
||||
@@ -86,7 +84,6 @@ import "./locales";
|
||||
DragDropModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
InfiniteScrollDirective,
|
||||
RouterModule,
|
||||
JslibModule,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user