Using the Adapter Pattern in Angular Apps for Easier Maintenance

This post is based on something I learned that completely changed the way I designed Angular applications. Core UI components in the app such as buttons can change a lot, which can be a pain to maintain if you have to fix this in a lot of places. One example is using Angular Material buttons and …

Using the Adapter Pattern in Angular Apps for Easier Maintenance Read More »