docs(angular): add creating libraries content (#6894)
parent
0b4137e3bd
commit
d669d242f8
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Creating Libraries |
||||
|
||||
If you have developed features that are suitable for reuse, you can create your own libraries. These libraries can be used locally in your workspace, or you can publish them as npm packages to share with other projects or other Angular developers. Putting code into a separate library is more complex than simply putting everything in one application. It requires more of an investment in time and thought for managing, maintaining, and updating the library. This complexity can pay off when the library is being used in multiple applications. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Angular Official Docs - Creating Libraries](https://angular.dev/tools/libraries/creating-libraries) |
||||
- [@official@Angular Official Docs - File Structure: Library project files](https://angular.dev/reference/configs/file-structure#library-project-files) |
||||
- [@opensource@NG Packagr](https://github.com/ng-packagr/ng-packagr) |
Loading…
Reference in new issue