) Hosting Inclusive Angular Events: Ideas from AngularConnect
p We care a lot about making Angular's community inclusive and welcoming for everyone. Guest bloggers Vicky Carmichael and Ruth Yarnit are part of the White October Events team that co-organises AngularConnect...
p As part of the beta release, we eliminated the requirement for kebab-case in Angular templates and replaced them with case-sensitive names for attributes. This makes it easier for you to write Angular 2 templates...
p Angular 2 was designed with testability in mind as its predecessor and it provides multiple options to support Unit Testing. In this article we will show you how to setup Jasmine and write some common unit tests...
p Get an idea of how Angular2 internal rendering system works With the new design decisions that Angular2 has brought forth, the possibility of setting up a custom renderer to take on the UI responsibilities is...
p The purpose of the following style guide is to present a set of best practices and style guidelines for the development of Angular 2 applications. If you are looking for an opinionated style guide for syntax, conventions...
p In Understanding Zones, we explored the power of Zones by building a profiling zone that profiles asynchronous operations in our code. We learned that Zones are a sort of execution context that allows us to hook into...