Step 1. Install the SimpleBar through NPM
npm install jp-simplebar
Step 2. Add the dependency to app.module.ts
import {SimplebarComponent} from '../../node_modules/jp-simplebar'
@NgModule({
declarations: [
AppComponent,
SimplebarComponent
],
...
<jp-simplebar
[title]="'Github'" [imageUrl]="'https://ultimatepail.com/wp-content/uploads/2015/06/GitHub-Logo.png'">
</jp-simplebar>
MIT π» For any queries mail me at [email protected]