An opensource library which will help angular developers to use this as a "List of Categories" with image and name, end user can select, unselect one or many items from the scrollable list. created with ❤️ using Angular Library Concept.
https://angular.io/guide/creating-libraries https://medium.com/@prajramesh93/create-your-angular-library-f2cf273fd8a5
ng new ngx-beautiful-select-workspace --create-application=false
cd ngx-beautiful-select-workspace
ng generate library beautiful-select --prefix=ngx
ng g application beautiful-select-app
ng build beautiful-select
ng serve beautiful-select-app
ng generate module beautiful-list --project=beautiful-select
ng generate component beautiful-list --project=beautiful-select --style=scss
1. Add newly created module to library modules imports, exports const list array
2. Add export statement in public-api.ts file for that newly created module and component