Hello, I am interested in learning how to draw a rectangle to select multiple items using Angular 2+.
I currently have a working Plunker example where I would like to implement the ability to select items by drawing a rectangle similar to this jsfiddle
I received some assistance but unfortunately it did not work as expected. Here is the code on Plunker :(
export class CheckPlunker {}
I am relatively new with Angular 2 components and would greatly appreciate any assistance. Thank you for taking the time to read =)