Debugging duplicate click events (Angular)

While working on an Angular application, we recently ran into a bug where the click event handler for a button component was running twice… Read more

Similar

Using Web Components with Angular

Angular is an application framework favored by many in the JavaScript community. Angular provides a library for building encapsulated components, dependency injection, a templating language with data binding, an application router built on observables, an... (more…)

Read more »