Skip to content

Free Resources

Resource thumbnail
JS MarathonAngular

Plugin Architecture for Angular Libraries Using Dependency Injection

Live on May 19, 2021 @ 2:00pm ET | The plugin architecture is a well-known software design pattern used for its flexibility, extensibility, and isolation. It consists of a core system and several separate plugin modules. We will cover how to create a plugin-based architecture in Angular using its Dependency Injection system and why this is an excellent tool to have in our Engineer's belt.