Multi-Framework and -Version Micro Frontends with Module Federation: The Good, the Bad, the Ugly
Combining Module Federation and Web Components brings several advantages. But there are also some pitfalls we need workarounds for.
Combining Module Federation and Web Components brings several advantages. But there are also some pitfalls we need workarounds for.
Optimize NgRx effects with concatLatestFrom, simplify app state using Nx DataPersistence, and clean up components with robust facades.
Speed up your Angular development with these 5 essential Taiga UI CDK tools. Simplify state, memoization, and templates for cleaner code.
Boost your Angular development by creating explicit TypeScript layers for third-party libraries, effectively eliminating runtime bugs.
Master complex Angular template patterns with tools like ngProjectAs, ngNonBindable, and $any to write cleaner, more robust code.
How to make dumb components reactive without imperative ngOnChanges programming
Hello Devs, I am going to explain about Nullish Coalescing (??) . Few days back while reading relea...
Here we are going to see how to host Angular 2 or greater version on AWS S3 using CloudFront. Let's...
Tackle complex enterprise forms in Angular by using reactive design patterns to decouple logic, improve maintainability, and reduce bugs.
TL;DR We have support for conditional behaviors in @myndpm/dyn-forms documented at mynd.dev and we...
Optimize state management in NgRx by leveraging powerful, memoized selectors. Learn to compose data and keep your Angular code clean.
TL;DR We are building the documentation of @myndpm/dyn-forms at mynd.dev and we've added support for...
When I was a guest on Tech Talks with Santosh, a great talk show hosted by Santosh Yadav, I expressed...
Manage multiple backends in Angular by implementing custom HttpClient services. Separate concerns and simplify requests with ease.
TL;DR Go to Stackblitz and witness the power of @myndpm/dyn-forms, check its synthetic source code...
One validator to rule them all
Master complex code generation by triggering existing Angular schematics from within your own. Build modular, reusable workflows.
Angular i18n and the localizing of applications had an overhaul with version 9, enabled by the new re...
Why and how to manage state for Angular Reactive Forms
Explore how Angular’s Ivy engine handles pure and impure pipes. Understand instance management to optimize performance in your apps.
Stop cluttering interceptors with API caching logic. Use clean TypeScript decorators to simplify state and boost app performance.
Why I didn't just use NgRx, NGXS or Subjects in a Service
The plugin architecture is a well-known software design pattern used for its flexibility, extensibili...
The things I looked up while learning the template-driven way