Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rothsandro/angular-library-example
Example repo for building an Angular Library with multiple entry points
https://github.com/rothsandro/angular-library-example
angular angular-library angular-workspace angular17 entrypoints library ng-packagr
Last synced: 3 months ago
JSON representation
Example repo for building an Angular Library with multiple entry points
- Host: GitHub
- URL: https://github.com/rothsandro/angular-library-example
- Owner: rothsandro
- Created: 2022-03-08T18:56:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:28:14.000Z (5 months ago)
- Last Synced: 2024-10-14T07:11:40.611Z (3 months ago)
- Topics: angular, angular-library, angular-workspace, angular17, entrypoints, library, ng-packagr
- Language: TypeScript
- Homepage: https://sandroroth.com/blog/angular-library
- Size: 1.07 MB
- Stars: 47
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building an Angular Library with multiple entry points
This repo is a demo of creating an Angular library with multiple entry points and a showcase app. Please read my blog post about this topic:
[sandroroth.com/blog/angular-library](https://sandroroth.com/blog/angular-library).
_Note: The components in this project are only for demo purposes. Never ever build a button component this way!_