Proxy API calls to your server during Angular development In this post, I'm showing you how you can proxy API calls to your server during Angular development and make the development process very painless. Posted on: December 11th, 2019 angular
Using Netlify to simplify the CI/CD pipeline with Angular In this post I describe how I transformed a mono repository platform to a platform with two distinct applications and using Netlify to simplify the CI/CD pipeline with Angular. Posted on: November 13th, 2019 netlify angular
Sharing the UI router between AngularJS and Angular 6 While migrating AngularJS to Angular v6, I’ve come to the point where I start to convert entire pages to Angular. For this to work you can downgrade the entire page to an AngularJS directive and component and inject it into the AngularJS UI Router, or you can use a wonderful package I’ve found. Let’s use that package! Posted on: July 22nd, 2018 itnext.io angular
Sharing state between AngularJS and Angular v6 with Redux In my previous post, about building a hybrid application with AngularJS and Angular v6, I set up the basics of having a working application. But what happens when some actions in one of the frameworks affect the state in the other? Bring in Redux, the centralized state manager. Posted on: July 4th, 2018 itnext.io angular
AngularJS + Angular (v6) hybrid (finally!) After 2.5 years it's finally time to make this happen! We're upgrading an AngularJS application to Angular (v6+). Follow along and by the end you'll have a working hybrid application. Posted on: June 1st, 2018 angular
How to index a single page application built in AngularJS Find out how to properly index a single page application for Google and other search engines with Prerender. Posted on: January 12th, 2017 angular