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: 10 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:28:14.000Z (over 1 year ago)
- Last Synced: 2025-03-16T10:51:12.540Z (10 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: 51
- Watchers: 1
- Forks: 12
- 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!_