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

WebVR with A-Frame and Angular

The goal of this article is to describe the inner workings of an environment for WebVR components that's based on A-Frame & Angular 2. As the design and maintenance of components like these are complex and repetitive tasks it'd be of much help to have... (more…)

Read more »

Efficient testing of Angular with Intern

Intern is an incredibly powerful and feature-rich approach to all types of JavaScript and TypeScript testing. Intern 4 is a major update refactored in TypeScript and with much improved support for modern language features and support for ESM as well as bu... (more…)

Read more »

Angular, Bazel, and Closure (ABC)

We are open-sourcing the toolchain we use internally at Google to build Angular apps at scale. One-pager: http://g.co/ng/abc This issue will be used to give updates on progress. FAQ: how does this ... (more…)

Read more »