custom Scroll-Bar on a div element in Angular 2.0 CLI project?
问题 I want to make a nice horizontal scroll bar in one of my div's. Like this ones here: I'm using angular2 CLI project. What I've tried so far: I found this package angular2-slimscroll - the latest updated one is here: - but is not working as expected - i guess it has to do with the final angular 2.0 final release which broke the code. npm install ng2-slimscroll --save In my app.module.ts i have: import {SlimScroll} from 'ng2-slimscroll'; @NgModule({ declarations: [ AppComponent, SlimScroll //