Angular Select Inline Component created to improve the user experience with small selections.
angular select dropdown, ng select, angular select example, angular inline style, mat select, angular material select, angular select on change, select angular
A Prettier Way To Display Select Boxes | vue-dropdowns
How to make use of it:
Install
npm i angular-select-inline
1. Just create a list of options objects with names, like so:
animals = [ {name: 'Cat'}, {name: 'Dog'}, {name: 'Bird'} ];
2. Then use the component:
<select-inline [label]="'Animals'" [options]="animals" [multi]="true"> </select-inline>
Angular Select Inline Component Plugin/Github
See Demo And Download
Official Website(ppaulogustavo): Click Here
This superior jQuery/javascript plugin is developed by ppaulogustavo. For extra Advanced Usages, please go to the official website.