Skip to main content

Recently Updated Pages

Angular: How to Return a Promise

Angular Dev

You will come across the need to return a promise from a function. Here’s an example of a promis...

Updated 1 year ago by glwhite

V19 Sharing DI Services

Angular Dev

Here are some steps to include, when creating a public library that uses services from DI, such a...

Updated 1 year ago by glwhite

HttpClientModule Deprecation

Angular Dev

The HttpClientModule has been deprecated as of Angular 18.So, here's what it looks like, to use H...

Updated 1 year ago by glwhite

NVM - Node.js Version Manager

Angular Dev

When maintaining Angular apps and other Javascript-based libraries, you will come across the need...

Updated 1 year ago by glwhite

Developing in Multiple Angular Versions

Angular Dev

When developing Angular applications and libraries on a host, you have to pay attention to what v...

Updated 1 year ago by glwhite

CSS Reset

Angular Dev

Some browsers impose a margin and padding to elements, that will create inconsistent rendering. ...

Updated 1 year ago by glwhite

Angular Material Dark Mode Theming

Angular Dev

Here are the steps required to implement light/dark mode in Angular 17 with Angular Material. On...

Updated 1 year ago by glwhite

Building for Multiple Environments

Angular Dev

You will encounter the need to have different settings when building for dev, prod, test, etc.Thi...

Updated 1 year ago by glwhite

Jenkins Fails to Install Packages for Angular Builds

Jenkins

Anytime your Angular project has changed Angular CLI versions, it is quite possible that the Jenk...

Updated 1 year ago by glwhite

Jenkins: Upgrading

Jenkins

Here are some notes on upgrading Jenkins with a WAR file. Adapted from here: https://www.baeldun...

Updated 1 year ago by glwhite

Jenkins: Accessing Private NPM Repository

Jenkins

For a Jenkins build server to publish packages to an NPM repository, the jenkins user account mus...

Updated 1 year ago by glwhite

Jenkins: Add Angular Build Support

Jenkins

Here are steps to perform on a Jenkins build server, so it's capable of building Angular Apps and...

Updated 1 year ago by glwhite

Jenkins Notes and Links

Jenkins

Here are links to Jenkins references. Jenkins User Manual: Jenkins User Handbook Dealing with t...

Updated 1 year ago by glwhite

Jenkins: Home Profile

Jenkins

When Jenkins is installed on a linux host, the Jenkins service and any spawned builds run under t...

Updated 1 year ago by glwhite

Ubuntu: Converting a System Account to Interactive

HowTo

Sometimes, you will come across software applications and platforms that will run under a system ...

Updated 1 year ago by glwhite

Linux: Impersonating Users

System Administration

NOTE: This page was created to generalize the technique of impersonating a system account that ha...

Updated 1 year ago by glwhite

Installing Node.js on Ubuntu

System Administration

This page shows how to install Node.js on an Ubuntu 22 host. It only shows how to install a sing...

Updated 1 year ago by glwhite

Ubuntu 22: Removing Existing Node.js

System Administration

Ubuntu 22 comes with an existing version of node.js, v12, that is difficult to upgrade. This is ...

Updated 1 year ago by glwhite

How to Override Property Type In Derived Interfaces

Angular Dev HowTos

Sometimes, an interface is created that the wrong datatype for a property.This can be because the...

Updated 1 year ago by glwhite

How to Set Properties of a Web Component

Angular Dev HowTos

Attribute binding can get complex. Here’s a running list of examples of how to do it. To set p...

Updated 1 year ago by glwhite