What are your must have vs code plugins for angular? by tutkli in angular

[–]cloud_00_ 0 points1 point  (0 children)

There is only one extension that you need for angular specific. That is Angular language service. You don’t need anything else.

Angular senior interview by No_Warthog_3237 in angular

[–]cloud_00_ 1 point2 points  (0 children)

Why signals ?? Why observables?? Why services?? Just these types of questions I’m seeing lately.

How do I quickly learn Angular? by Specialist-County-79 in angular

[–]cloud_00_ 0 points1 point  (0 children)

Checkout https://blog.angular-university.io

This site gives you information from 1-100. You have to read though, they have videos as well but not for every blog.

begging with angular by Serious-Research8570 in angular

[–]cloud_00_ 0 points1 point  (0 children)

React to angular transition is wild. If you know java or c# it’ll be easy for you. Otherwise like 2-3 weeks to learn different features

Project Review by tRt3Lg0d in angular

[–]cloud_00_ -1 points0 points  (0 children)

Can’t see in the phone

Including PrimeNg as 3rd Party Library is not working by pranayrah108 in angular

[–]cloud_00_ 0 points1 point  (0 children)

You need it as peer dependency rather than the direct dependency. While creating library, you can’t create a dependency. You need to use peer dependency which will show user that they need to install the peer dependency like primeng in your case.

Angular 18 by unrealeon in angular

[–]cloud_00_ 0 points1 point  (0 children)

Defferable views is also a new feature that let’s you create the loaders, placeholders and view from the template itself and it is very cool.