Rainer is a passionate software developer and loves to work with Angular and Spring. He is a trainer and consultant at AngularArchitects.io and runs ng-news, a weekly Angular newsletter.
Can you provide some info why you would use nx for library development right out of the gate? I am interested what benefits it provides vs. vanilla angular setup.
Rainer is a passionate software developer and loves to work with Angular and Spring. He is a trainer and consultant at AngularArchitects.io and runs ng-news, a weekly Angular newsletter.
Yes, it has some additional features like nx release, it checks if the package.json contains the necessary dependencies. You might also quickly come into a mono-repository scenario because the library itself will not stay alone. You also want to add a demo application and maybe some additional libraries on top of it...
Rainer is a passionate software developer and loves to work with Angular and Spring. He is a trainer and consultant at AngularArchitects.io and runs ng-news, a weekly Angular newsletter.
Do you have any material about SSR with Angular? It could even be SSG, but I find it difficult to find anything that shows the server rendering the Angular application.
Rainer is a passionate software developer and loves to work with Angular and Spring. He is a trainer and consultant at AngularArchitects.io and runs ng-news, a weekly Angular newsletter.
Rainer is a passionate software developer and loves to work with Angular and Spring. He is a trainer and consultant at AngularArchitects.io and runs ng-news, a weekly Angular newsletter.
I would only disagree with the light theme in IDE :D
:D
Can you provide some info why you would use nx for library development right out of the gate? I am interested what benefits it provides vs. vanilla angular setup.
Yes, it has some additional features like
nx release
, it checks if thepackage.json
contains the necessary dependencies. You might also quickly come into a mono-repository scenario because the library itself will not stay alone. You also want to add a demo application and maybe some additional libraries on top of it...With Nx you are already equipped for that.
Many thanks. Especially for clarification the situation with testing tools.
You're very welcome!
Do you have any material about SSR with Angular? It could even be SSG, but I find it difficult to find anything that shows the server rendering the Angular application.
No, but I have plans to provide some materials for that.
I am not able to style tye material components using tailwindcss. Does it require any additional setup?
I don't style existing UI components. I only use Tailwind for positioning and margins.
Ohh that I can do thanks for your response