-
Angular.js
Learning Angular 2: Creating a tabs component
This is a follow-up article of thoughtram’s excellent article on developing a tabs component with Angular 2, where we’re going to…
Read More » -
Angular.js
Learning Angular 2: Conditionally add styles to an element
Here we’re going through a couple of ways to conditionally apply some styles to a DOM element in Angular 2.…
Read More » -
Angular.js
Componentizing Workflow for Angular 2
Yesterday I wrote a tweet about how I usually create components. Great workflow for refactoring unwieldy components :-) https://t.co/each4c2cm9 —…
Read More » -
Angular.js
Improve your Angular 1.x startup time
This neat and simple trick originally appeared about a year ago on this blog post, so it’s not something I…
Read More » -
Web Dev
Release your libs like a pro
Automate, automate, automate. That’s what ultimately is our job, right? We automate the tedious processes of our end-users. So why…
Read More » -
Angular.js
Preparing for Angular 2
I’m sure you heard about Angular 2 and that it will be totally different. Forget everything you know and start…
Read More » -
Angular.js
Learning Angular: Testing $q promise resolves with Sinon and Jasmine
This article shows a brief example on how to properly mock and resolve a $q promise from within a Jasmine…
Read More » -
Angular.js
Learning Angular: Expose an API on your directives
Ever wanted to not only create a nice, visually appealing directive or web component, but to also provide a more…
Read More » -
Angular.js
Learning Angular: Set your language culture before any UI is displayed
In this article I briefly outline an issue I had, namely to make sure that my language’s locale files are…
Read More »