HomeAbout
How to Use Environment Variables in An Angular App

How to Use Environment Variables in An Angular App

AngularJavascriptProductivity
05 September, 2021

Environment variables in an Angular app are extremely useful for storing constants in your app that need to be used frequently, such as API url's, API access keys, Firebase config values and other general flags.

How to setup an Angular HTTP Interceptor

How to setup an Angular HTTP Interceptor

AngularJavascriptHTTP
16 August, 2021

An HTTP interceptor is a piece of logic that is able to attach to a HTTP request or response. This logic can then modify the data being transferred.

Adding Rollbar Error Tracking to Ionic + Angular

Adding Rollbar Error Tracking to Ionic + Angular

IonicAngularJavascript
14 July, 2021

A quick how-to guide to adding Rollbar cloud error logging to your Ionic app with Angular

Integrating Firebase with Ionic + Angular

Integrating Firebase with Ionic + Angular

AngularIonicJavascriptFirebase
14 July, 2021

A quick how-to guide for adding Firebase into an Ionic application using Angular

© 2026, Mick Patterson
Privacy Policy