angular

2023

  • Angular: Interceptors from NgModules with standalone App

    In the long run, standalone components in Angular are expected to replace NgModules. However, it’s important to note that not all libraries and modules have made the transition yet. Many still provide only classic NgModules. Fortunately, the Angular team has done an excellent job ensuring that both approaches can work seamlessly together.

  • Howto: Setup Polyfills in Angular

    Angular CLI based projects support polyfills. Here are the steps required to set them up on a newly created project which does not contain them so far: