Building an Angular Library with multiple entry points
An Angular library helps share code across projects. This guide shows how to create a library with subentry points, manage dependencies, and add a showcase app.
Updated
I write some articles now and then. Whenever I have time and a topic to write about. Mostly about front-end development with React and Angular.
An Angular library helps share code across projects. This guide shows how to create a library with subentry points, manage dependencies, and add a showcase app.
Slots are a way to pass elements to a component and let them render in a specific location, like a header or footer. Let's find out how we can create a slot API in React.