D.R.Y. out your Angular Apps

Chris
                    CamacChris Camac

John
                    GrahamJohn Graham

10:00:00 AM - Malvern

Angular provides us with ways to make reusable code within our applications. What happens when we want to make use of this code in another application? In this session we will cover how to take an existing piece of reusable logic and abstract it to a shared Angular package. We’ll start with our story of how we leveraged shared packages across multiple client systems at our current company. Then we will demonstrate, with a real example, how you can package and distribute your Angular code. A full example will be provided at the end of the course that contains everything we discussed in the session, and uses an automated pipeline to test and build your code.