Code-sharing made easy in a full-stack app with Nx, Angular, and NestJS
Stop duplicating code between Angular and NestJS. Use Nx monorepos to share types, streamline communication, and simplify your stack.
Stop duplicating code between Angular and NestJS. Use Nx monorepos to share types, streamline communication, and simplify your stack.
Stop writing manual mocks. Use Type-safe autoSpy functions to drastically reduce test boilerplate and maintenance in your Angular apps.
Confused by Angular tooling? Master builders, schematics, and transformers to automate routine tasks and enhance your workflow.
Optimize your Angular Elements bundle size by leveraging Ivy and externals. Master custom renderer configurations for leaner builds.
Stop struggling with framework-specific UI libraries. Leverage Angular Elements to build reusable Web Components for modern architecture.
Automate your Angular app deployment using AWS CodePipeline and S3. Streamline your CI/CD workflow for faster, reliable releases today.
With Module Federation we can use Angular and its router to lazy load separately compiled and deployed microfrontends.
Automate Azure DevOps log processing with Node.js. Learn to fetch, unzip, and extract pipeline logs programmatically using the REST API.
Module Federation allows loading separately compiled program parts. This makes it an official solution for implementing microfrontends.
Trigger side effects only on the first RxJS emission by building a custom tapOnce operator. Ensure clean logic with defer for RxJS.
Overcome common Angular Forms pitfalls with best practices for type safety, DTO patterns, and efficient control management for cleaner code.
Master NgRx Effects internals by exploring action streams, task registration, and the type-safe magic behind the ofType operator.
Optimize your development lifecycle with Angular Ivy. Discover how the new compiler slashes build times by 40% and boosts productivity.
Automate your Angular app’s theme based on real-world lighting using the AmbientLightSensor API for a truly responsive, adaptive UI.
Enhance user experience with a dynamic theme switcher in Angular. Learn to manage styles and build a custom theme selector today.
Struggling to debug Angular applications? Speed up your workflow with the SB Angular Inspector to view and modify state in real-time.
Simplify Google Sign-In and route protection in Angular using Firebase Authentication and AngularFire for a secure, robust user flow.
Automate your NPM package publishing with Azure DevOps pipelines. Streamline releases with manual approval for stable, secure deployments.
Demystify Webpack by building your own lightweight JavaScript bundler. Master AST parsing and dependency graphs to optimize builds.
Ditch verbose Angular TestBed code. Use Spectator to simplify component testing, streamline DOM queries, and write cleaner, readable tests.
Master the NgRx Store architecture by analyzing its core entities. Learn how actions, reducers, and selectors create robust state.
Master native browser APIs in Angular using declarative patterns, Dependency Injection, and RxJS for cleaner, more maintainable code.
Fix broken Angular Reactive Forms by adding strict type safety. Eliminate runtime errors and boost productivity with the ngx-forms-typed library.
Escape RxJS callback hell by using for await loops. Streamline your Angular code and simplify unit testing with the rxjs-for-await library.