Angular
Remember State Of Collapsible Navigation
There is navigation out there that allows a user to collapse the navigation. This gives the user more screen real estate. If a user prefers the navigation to be collapsed,…
April 6, 2021 • 3 minute read
Display Current Environment in Angular App
Have you ever wanted to display which environment your user was in somewhere in your Angular application? Maybe display a Beta label in the header of the app if they…
March 31, 2021 • 2 minute read
2 Ways To Dynamically Load Angular Components
Most of the time, you know which Angular component you want to use and where it should appear in the template. What if you needed to load components programmatically? Maybe…
March 14, 2021 • 5 minute read
Capture Custom Response Header using Angular Interceptor
In a recent project, the API server exposed a custom response header called request-id, which uniquely identified the network request. If the network request failed, the request id could be…
December 21, 2020 • 2 minute read
How To Display App Version In Angular
It’s common for applications to display what version of the application is currently being used. For example, in browsers, you can go to their About page and see what browser…
November 19, 2020 • 2 minute read