Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rotemx/interns-demo


https://github.com/rotemx/interns-demo

Last synced: about 2 months ago
JSON representation

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?