Angular offers many possibilities when it comes to the separation and architecture of your application. There is often code that you not only want to reuse within your application, but also make available to other applications in your organization or over the web via package managers like npm. This is where Angular's libraries come into play. In this talk, Fabian Gosebrink will highlight how Angular libraries are created, what the Angular Package Format is good for, and how we can move code from an existing application into an Angular library to reuse the code across multiple applications. This makes maintainability and architecture of Angular applications a breeze.