Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rotemx/interns-demo
https://github.com/rotemx/interns-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rotemx/interns-demo
- Owner: rotemx
- Created: 2024-06-06T13:15:33.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-06T13:52:35.000Z (7 months ago)
- Last Synced: 2024-06-06T15:30:58.371Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
1. Create angular app inside NX workspace
2. Create a UI component library in the workspace (UILib)
3. create another App (app2)
4. use components from the UILib in both applications
5. use PrimeNG (/Angular Material) inside the component library
6. What is a standalone component in Angular? (not nx standalone)
7. What is a module component (classic) in Angular?
8. What is the difference / pros/cons of each component type?