Answer the question
In order to leave comments, you need to log in
Is slim scroll dead?
Trying to install slim scroll for angular6. Judging by the github , the last commit was 8 months ago.
I put it according to the instructions, as a result I get a bunch of errors in the console:
ERROR in ./node_modules/angular-io-slimscroll/node_modules/@angular/core/esm5/core.js
Module not found: Error: Can't resolve 'rxjs/Observable' in '/home/kalinin/projects/realty- miner-new/realty-miner/Web/RealtyMiner.Web.Admin/node_modules/angular-io-slimscroll/node_modules/@angular/core/esm5'
ERROR in ./node_modules/angular-io-slimscroll/node_modules/@angular/ core/esm5/core.js
Module not found: Error: Can't resolve 'rxjs/Subject' in '/home/kalinin/projects/realty-miner-new/realty-miner/Web/RealtyMiner.Web.Admin/node_modules /angular-io-slimscroll/node_modules/@angular/core/esm5'
ERROR in ./node_modules/angular-io-slimscroll/node_modules/@angular/core/esm5/core.js
Module not found: Error: Can't resolve 'rxjs/observable/merge' in '/home/kalinin/projects/realty-miner-new/realty-miner/Web/RealtyMiner.Web.Admin/node_modules/angular-io- slimscroll/node_modules/@angular/core/esm5'
ERROR in ./node_modules/angular-io-slimscroll/node_modules/@angular/core/esm5/core.js
Module not found: Error: Can't resolve 'rxjs/operator/ share' in '/home/kalinin/projects/realty-miner-new/realty-miner/Web/RealtyMiner.Web.Admin/node_modules/angular-io-slimscroll/node_modules/@angular/core/esm5'
import { __assign, __extends } from 'tslib';
import { Observable } from 'rxjs/Observable';
import { merge } from 'rxjs/observable/merge';
import { share } from 'rxjs/operator/share';
import { Subject } from 'rxjs/Subject';
import { __assign, __extends } from 'tslib';
import { Observable } from 'rxjs';
import { merge } from 'rxjs';
import { share } from 'rxjs';
import { Subject } from 'rxjs';
Answer the question
In order to leave comments, you need to log in
Guys, thank you all, but hang up. I found the solution myself and successfully tried it:
https://github.com/rd-dev-ukraine/angular-io-slims...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question