Things I would like to know about angular from the beginning


The author of the article is a developer who uses Angular since his second version. In the course of working on various projects on Angular, he discovered a lot of new ones, because Framework is constantly developing. Here are some things that the author would like to know when he started working with Angular.
🚀 Angular has a detailed documentation that describes the recommended approach to structuring your application. Angular also provides Cli that helps to create the frame of your application that meets their recommendations.
- 📌 Divide your components into module
- 📌 lazy loading of your routes
- 📌 The principle of a single responsibility
Статтю згенеровано з використанням ШІ на основі зазначеного матеріалу, відредаговано та перевірено автором вручну для точності та корисності.
https://www.smashingmagazine.com/2022/09/angular-guide/