13 Mar 2023 |
Min ReadWorking with libraries
What are the angular libraries?
A library is a collection of components, services, directives etc. that can be shared across different Angular projects. A library doesn't generate index.html, styles.css, polyfills.ts, main.ts. These files are specific to deploying an application in the browser. Since a library is simply a collection of reusable components, it doesn't need these files.
If you have developed functionality that is suitable for reuse, you can create your libraries. These libraries