OPI Blog
Learn from experts in their fields

Browsing Tags: angular2

Faster Development with Webpack HMR, Angular 2, and Redux
I’ve been working on an Angular2 app that asks a user to identify themselves and then allows them to navigate through a series of screens. I’m using Webpack, and I’ve enjoyed some of the benefits ...
Sep 22, 2016
Using the Canvas API in Angular2
Angular 2.0 has finally been officially released. To help develop my own understanding of it and surrounding technologies, I’ve been working on building a simple little multiplayer card game with it. This got me wondering ...
Getting Started with Angular Universal
Overview Angular Universal builds on Angular‘s widespread adoption and support to provide server-side rendering and faster perceived performance to Angular applications. By pre-rendering an application at build time, or re-rendering at run time, web applications using Angular Universal ...
Distributed Grails with Docker and Hazelcast
Normally a clustered application can be designed in a stateless manner which allows requests to be dispatched to any combination of nodes, but sometimes it is desirable to share data across the cluster. This post will ...
Tutorial: Creating an Angular 2.0 Todo App
Introduction With Angular 2.0 right around the corner, big changes are in store. If you would like to understand the differences between Angular 1 and Angular 2 check out this blog post! For the past ...
Angular 2 vs Angular 1
Angular 2: A brief history About a year ago, the Angular team made the decision to drastically change the tremendously popular AngularJS framework. Google and the Angular contributors sought to better the framework by reducing ...