Bad practices in Angular
Learn the things to avoid when developing Angular projects. By gaining experience on several projects we were able to create a list of bad practices to help you avoid developing poor quality code. Bad practices.
Best practices in Angular
Learn important good practices for developing quality apps. Maintainable, scalable and efficient. Indeed, we have referenced a list of good practices to apply directly in your new Angular projects or even your already existing projects! Best practices.
Dependency injection in Angular
Dependency injection is a fairly complex concept in Angular, indeed you have to understand the basic concept and then know the different options available to inject your services in the right place in the application. Now learn how to use dependency injection with our condensed course. Dependency injection.
Best design patterns in Angular
Learn important design patterns for developing applications which a higher level of quality, maintainability, scalability and efficiency. We have referenced a list of the most important design pattern for you to apply directly in your new Angular projects or even to refactor your already existing projects! Design patterns.
Learn the NgModules
The module system in Angular is very important and with a minimum of learning that we will see together it becomes pleasant to use and then we will not be able to do without it. Find out now and in few minutes how the NgModules really works! Learn the NgModules.
Reactive programming with RxJS
The use of the RxJS library by default in the Angular framework brings a lot of flexibility to the way we develop applications, however some developers do not like because there is a lot of concept to learn before you can take full advantage of the power of RxJS. Learn RxJS.
Start a new Angular project
Before starting a new project there are a lot of decisions to make on the technical choices, indeed it is better to ask these technical questions beforehand and choose now the configuration suitable for the project and the company. Start.