Pumping Code
  • Home
  • Useful Developer Tools
  • Build in Public
  • Libraries
  • Imprint
Sign in Subscribe

Angular

A collection of 3 posts
Dynamically set Angular Environment Variables in Docker
Angular

Dynamically set Angular Environment Variables in Docker

Angular's environment variables are baked into the application on every build and not meant to be changed afterwards by default. This requires a separate build for every environment. In the world of containers it is common, to configure the app via environment variables. Here is how to achieve that.
05 Dec 2019 3 min read
Automatic scrolling, only if a user already scrolled the bottom of a page in Angular
Angular

Automatic scrolling, only if a user already scrolled the bottom of a page in Angular

In chat windows or similar growing lists, users often expect, that a page automatically scrolls to the latest item. That behavior obviously should get stopped, when a user scrolls through the list and is not viewing that latest item currently. Here is how to achieve that in Angular.
14 Jul 2019 2 min read
Angular

Use expressions to build variable names in Angular.js

When working with HTML and JavaScript you sometimes have to do weird things to achieve a specific purpose. In my case one of these things was building a variable name with Angular expressions. While generating a form via ng-repeat, I also had to generate the name of the inputelement.
27 Aug 2015 1 min read
Page 1 of 1
Pumping Code © 2025
Powered by Ghost