Angular

The new Angular router – naming conventions

This article is very old, and as such do not rely on it for information about the Angular 2.0 router API. As of this time, the new router has a few naming conventions to be aware of. Modifying the components directory I didn’t want to place my components in the root directory of my web … Read More

The new Angular Router – a simple example

In this post, we’ll look at how the new AngularJS router is configured, and how you can use it to route to a view area on a page. We’ll follow up with more sophisticated examples later, but for now, this is a simple ‘getting started’ post. I’ve taken a copy of a release candidate of Angular 1.4.0, the Router as of the week of 3/15/2015, and the latest version of Angular Material Design – a nice and simple UI layout API that is a nice alternative to Twitter Bootstrap. I used it for a simple image gallery display program.

ng-conf 2015 – Misko Hevery's Angular 2.0 Keynote – syntax, approach

We start our coverage of ng-conf 2015 with day 2's keynote by Misko Hevery, because that's what everyone had been waiting for since the debut of 2.x at his keynote back at ng-conf Europe. This time, Misko laid out the rationale for the platform rewrite quite clearly, explaining that it was driven by developer productivity needs and performance.

DevNews #94 – The triumphant return (again) – Windows all over the place, Chrome 41 beta, Raspberry Pi and more

We talk about the Raspberry Pi quad-core Windows-capable $35 computer, Windows everywhere, Chrome 41 beta and its march to ECMAScript 6, and much more. Also we give you a preview of Philly ETE – an amazing conference – now in early bird registration for just $410.

AngularJS & Ionic: CSS Library Selection

Aaron Mulder reviews several mobile CSS frameworks – JQuery Mobile, TopCoat, Bootstrap and Ionic – for a side project. Check out his criteria and selection.

AngularJS Corner – The ngMock and ngMockE2E libraries

AngularJS provides two powerful mock and test support modules, both contained in a single script file. The modules, ngMock and ngMockE2E, provide different features for different purposes, though both modules are defined in, angular-mocks.js. In this post I’ll explain the differences between the modules and how they get mounted in a test scenario.