Issue #8: Angular's Future Without NgModules Part 1&2, Angular Roadmap for Beginners 2022, Extending Angular CLIYevhenii HerasymchukDec 25, 2021ShareStandalone Components make the future of Angular applications more lightweight. We don't need NgModules anymore. Instead, we just use EcmaScript modules.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.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…#ngTutorialsIn 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…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 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…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 librariesMulti-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