Some Html Issues faced while working with Angular 2.



  1. Checkbox not getting selected on Screen.

--------------------------------------------------
         Soultion: Changed the z-index of checkbox and moved it to the front.


  1. Only one checkbox getting selected.

--------------------------------------------------
        Solution: Added a handler on the click, sent the event to the handler, and called event.stopPropagation() inside handler.

Comments

Popular posts from this blog