docs(angular): add creating libraries content (#6894)

pull/6937/head
J. Degand 3 months ago committed by GitHub
parent 0b4137e3bd
commit d669d242f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/angular/content/creating-libraries@A1mYMg7cbcj6p_VkDf-Tz.md

@ -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…
Cancel
Save