File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ng-diogenes/src/app/pages/inventory Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { MatInputModule } from '@angular/material/input';
10
10
import { MatMenuModule } from '@angular/material/menu' ;
11
11
import { MatSelectModule } from '@angular/material/select' ;
12
12
import { MatToolbarModule } from '@angular/material/toolbar' ;
13
- import { InfiniteScrollModule } from 'ngx-infinite-scroll' ;
13
+ import { InfiniteScrollDirective } from 'ngx-infinite-scroll' ;
14
14
import { SharedComponentsModule } from 'src/app/shared/components/shared.components.module' ;
15
15
import { SharedPipesModule } from 'src/app/shared/pipes/shared.pipes.module' ;
16
16
import { InventoryFilterComponent } from './components/inventory-filter/inventory-filter.component' ;
@@ -44,7 +44,7 @@ import { LayoutModule } from '@angular/cdk/layout';
44
44
SharedPipesModule ,
45
45
46
46
// External
47
- InfiniteScrollModule ,
47
+ InfiniteScrollDirective ,
48
48
49
49
// Material
50
50
MatIconModule ,
You can’t perform that action at this time.
0 commit comments