Posts by:
Jordan Powell

How to Create an External Package for Angular

How to Create an External Package for Angular

What Is It Anyway? One of the many benefits and unique features of Angular is its modularity. These modules, known as `NgModules`, are essentially containers for code dedicated to a specific domain or closely related set of features. Modules may include components,...