) 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 With Angular 2.0 fast approaching and the world of frontend frameworks in a massive transition, there’s been a lot of concern about the impending costs of moving to the next generation of Angular. Do developers have to learn...
) Configuration Tips to build Hybrid Angular 1 and Angular 2 project in real world
p Angular 2 official site provided [...] magical, awesome quick start. But I think there are some tips for building up hybrid Angular web app successfully in real world. Here I would like to share my build up experience...
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...