In this article I'll show how I use the Facade Design Pattern on my angular projects. Facade Design Pattern I read about this pattern from this website: facade This is a structural design pattern that provides a simplified interface to a library, a framework, or any other complex set of classes. The goal of the Facade is to provide a simple interface to complex subsystem which contain lots parts