Top 10 Tips For New Angular Developers

preview_player
Показать описание
Angular 8 is out and a lot of people are jumping on the Angular band wagon. I created this video to help new and old angular developers be better. All the tips will help you become a better Angular developer!

Course You Should Check out!

Other courses I like on Udemy -

-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆

► LEARNING TO CODE? CHECK OUT THESE COURSES! (SOME ARE AFFILIATE)

► Wes Bos's Courses!

___

___

Рекомендации по теме
Комментарии
Автор

Maybe you would do a course for angular or a series of useful tricks with examples and a detailed description?

CopyPasteYoyoTricksTutorials
Автор

For first tip, I am working on a big app, and I found out segregating each component in its own shell is helpful specially for maintenance, if I use service a lot its difficult to see its impact on multiple places.

blackarc
Автор

Hi Erik, This video was quite useful. I'm switching careers and learning to become an angular developer. Your video helped guide me on things I should focus as part of my learning.

Overlord_Rahul
Автор

Tips 4 - Correct me if i'm wrong!

Private makes the integration of Angular Universal not possible, making 'public' website not SEO friendly, and that's quite sad. I had to refactor a whole project to make every private field to public because the build on ssr couldn't be achieved.

Tyfeen
Автор

Finally someone to end my doubts.


I'm currently working on my biggest project in Angular and I've come across "State Management" again and again during planning.


But in my eyes this would have done more work for my purposes. Nevertheless I often read during my research how important and powerful these "State Management" libraries are.


Somehow the common libraries for state management in Angular are also unnecessarily complicated IMO. With Ember (ember-data) I liked the approach much better and more logical in the code for me. So far I had no problems using only services and now your last point has strengthened my choice.


Thanks for the video :)

torstendittmann
Автор

Would you please elaborate more on Tip 6? Any blog article or something with some example to get more idea for newbies like me coming from OOP background?
Thnx.

SandipPatel
Автор

Wow I thought u were only a Vue and Ember advocate until now !

naspy
Автор

What happens if you haven’t set public or private on your methods? I’ve never seen that done on the tutorials I’ve followed

CodingAbroad
Автор

Unsubscribe is a great tip, I most of the time forget to add that piece of code. Thanks for adding that, tip might be small but helpful.
Yes rxjs is very confusing at times specially when they are using their own paradigm/keywords which are diff than what you traditionally learned, I for a fact don't like to learn a concept which is particular to a language as you end up with language dependency( not that I try, its just an inside voice :) ).

blackarc
Автор

Screenshots are not clear. It would be great if they can be focused at least in the future materials. Thanks 👍🤘

jaimadhavan
Автор

Hi, Erik which does you prefer in your personal opinion. Angular or Vue.

LenoTavaresCabral
Автор

Can you please tell me easy way to State management in Angular

MayankGupta-kqdm