Issue #8: Angular's Future Without NgModules Part 1&2, Angular Roadmap for Beginners 2022, Extending Angular CLI
Angular's Future Without NgModules: Lightweight Solutions on Top of Standalone Components - ANGULARarchitects — www.angulararchitects.io Standalone Components make the future of Angular applications more lightweight. We don't need NgModules anymore. Instead, we just use EcmaScript modules.
Angular's Future Without NgModules - Part 2: What Does That Mean for Our Architecture? - ANGULARarchitects — www.angulararchitects.io For the grouping of related building blocks, simple barrels are ideal for small solutions. For larger projects, the transition to monorepos as offered by the CLI extension Nx seems to be the next logical step.
Micro-Frontend Architecture With Angular | by Ahmed Bouhlel — blog.devgenius.io Modern web applications are becoming big and more complex and sometimes managed by different teams. Your application might have features developed by different teams and you want to release only…
Angular Roadmap for Beginners 2022 | by Codevolution
#ngTutorials
Extending Angular CLI | by Albin Berglund — blog.devgenius.io In enterprise Angular, there’s usually more to tooling than just Angular CLI. Many companies run code generators, mock servers and customized build pipelines. It’s usually package.json scripts that…
A trick to make your Angular Reactive Forms more... *Reactive* | by Joshua Morony — www.youtube.com Today's video is about a cool technique to make your reactive forms more "reactive". It's also a useful technique to make your apps more reactive in general....
The Two Concepts That Finally Helped Me Understand Observables | by Vidal Quevedo — vidalquevedo.medium.com The RxJS library helps introduce reactive programming features and Observables to JavaScript. If you are like me, you probably first heard of it while working with Angular, as many of the framework’s…
Building Count-Up Animation with Angular and RxJS | by Marko Stanimirović — dev.to
This article explains how to build a count-up animation in Angular in a reactive way. We are going to build a count-up directive from scratch without third-party libraries
Create a Multi-Step Form in Angular | by Netanel Basal — netbasal.com
Multi-step forms are a common UX design technique that can boost usability by making the process easier for the user. As for the technical aspect, they can be challenging to manage and organize
#ngQuote
“If you aren’t embarrassed by the first version of your product, you shipped too late” - Reid Hoffman — www.goodreads.com