I've recently started working with a couple new tools: JSPM, and Angular Material. I won't go into much detail on using JSPM here, will save that for future posts, but I do mention it because it is what I'm using in order to use ES6 features. It us … »
-
Angular Material Sidenav -
✭Going Fullscreen with Angular Directives✭ I recently ran across a very nice post on the HTML5 Fullscreen API on David Walsh's Blog and saw an opportunity for incorporating this functionality into an Angular app, utilizing the notion of directive controllers and child directives. Considering … »
-
Angular Unit Testing part 1 - Local Storage In my last blog post, we went over one strategy for utilizing HTML5 Local Storage to help provide offline access functionality to an application. In this tutorial, we'll go over how to build unit tests against an Angular service that works with Loca … »
-
Using Local Storage with Angular Services With HTML5 Local Storage, there's a lot of potential to bring a bit better user experience to an application. Here are a few use-cases for local storage: Long term storage - there's no expiration on local storage data. Fallback for API calls - show … »