Posts

Showing posts from September, 2019

Create Dynamic Row with Custom Multi Dropdown Checkbox with only two values checked.

Image
Create dynamic row and custom multiselect dropdowns using angular 7 Introduction In this article we will learn how we create dynamic row and custom multiselect dropdowns using angular 8.  How it will work ? Angular multiselect dropdown component for web applications. Easy to integrate and use. It can be bind to any custom data source.Multi dropdown checkbox is already available in angular called ng-multiselect-dropdown but here we are not using that one but we are creating our own plus we will give the functionality to select only two values in checkbox it means when we try to select more than two values it will remove first value and select third like this we are going to create in this article. Prerequisite Basic knowledge of Angular Visual Studio Code must be installed Angular CLI must be installed Node JS must be installed Step 1   Lets create a angular project using following npm command 1.    ng  new  multiSelectCheckbox