borja
19 Added | 4 Magazines | 8 Likes | 44 Followers | @zangalot | Keep up with borja on Flipboard, a place to see the stories, photos, and updates that matter to you. Flipboard creates a personalized magazine full of everything, from world news to life’s great moments. Download Flipboard for free and search for “borja”
PrimeNG
UI Components for Angular<p>See PrimeNG homepage for live showcase and documentation.<p>PrimeNG is a collection of rich UI components for Angular. All …
JavaScriptUpgrading Your Application to Angular 2 with ng-upgrade
<b>This post currently reflects an earlier version of Angular, and may not be up to date or reflect the current release.</b><p>Please refer to our Angular 2 …
Beginner Webpack Tutorial Part 1 - Introduction To Webpack⚡️
This is for the people like me whose first intro to webpack was a repository similar …
Project Setup
Building cross platform apps for desktop operating systems became really simple compared to the past. With GitHub’s Electron is a framework available …
Deprecated
Angular 2 Style Guide<p><b>Official style guide</b><p>Together with the Angular core team and John Papa, we're working on an official style guide which …
Angular 2 and Ionic 2 Data ServicesPart 1: Promises and Observables
In this post I continue to improve the IonicRealty sample application I shared last week. In particular, I revisit the data access part of the …
JavaScriptThis API is so Fetching!
For more than a decade the Web has used XMLHttpRequest (XHR) to achieve asynchronous requests in JavaScript. While very useful, XHR is not a very …
JavaScriptTaking advantage of Observables in Angular
Some people seem to be confused why Angular seems to favor the Observable abstraction over the Promise abstraction when it comes to dealing with …
Include External JavaScript Libraries In An Angular 2 TypeScript Project
• January 8, 2016<br>• Nic Raboy<br>• Angular, JavaScript, TypeScript<p>I’ve been a JavaScript developer for a while now, but with the release of Angular 2, I’ve been …
Angular 2 with Immutable.JS
Angular 2.0 introduces a component-based approach to building applications, where the rendering can be optimised by selecting a suitable change …
JavaScriptAngular 2 Form Validation
<b>DISCLAIMER</b> <br>This example is not up to date for Angular v4. I’m planning to update the example soon.<p>Angular 2 has reached beta, it’s time to explore …
Google's Angular 2 Release Pushes JavaScript Beyond the Browser
JavaScript is the lingua franca of the web, the standard way of building applications that run inside the browser. Created in the mid-'90s by an …
Dynamically Configuring the Angular's Router
This strategy works great! The only things that we need to provide to the AsyncRoute definition are name, path and a loader.<p>Inside of the loader …
Pub Sub in Angular
Angular 1.x supports custom event handling, but I always thought the implementation was a bit cumbersome. Through functions like emit and broadcast …
Creating an Angular 2 build with Gulp, TSLint and DefinitelyTyped
From my perspective Angular 2 is a great improvement over Angular 1. The framework is simpler, and as a result your code is more concise, making use …
JavaScriptGet Started with Angular 2 by Building a Simple Website
The WebsiteAngular 2 has finally hit beta which was the mental milestone for me to start writing Angular 2 content. Hooray! To kick things off, I …
JavaScript