We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bfacf commit eb8375dCopy full SHA for eb8375d
README.md
@@ -31,8 +31,8 @@ Import ngx-scrollbar style into your project `styles.css`
31
Add `ScrollbarModule` to module
32
33
```javascript
34
-import { ScrollbarModule } from 'ngx-scrollbar-dev/scrollbar.module';
35
-import { ScrollbarConfig, SCROLLBAR_CONFIG } from 'ngx-scrollbar-dev/scrollbar.config';
+import { ScrollbarModule } from 'ngx-scrollbar/scrollbar.module';
+import { ScrollbarConfig, SCROLLBAR_CONFIG } from 'ngx-scrollbar/scrollbar.config';
36
37
const DEFAULT_SCROLLBAR_CONFIG: ScrollbarConfig = {
38
autoHide: true,
0 commit comments