Reference Angular Imports Absolutely for Easier Development

Introduction Working with Angular has been a delight. Working with TypeScript, Observables, and the CLI have been great tools for development. One piece of feedback I’ve noticed when working with Angular is when importing components and classes around your application. Take the following for example: import { HeaderComponent } from ‘./components/header/header.component’; import { FooterComponent }…