Upgrade the Angular .NET Core SPA Template to Angular 9
A step-by-step guide to upgrading the ASP.NET Core Angular SPA project template to the newly released Angular 9.
A step-by-step guide to upgrading the ASP.NET Core Angular SPA project template to the newly released Angular 9.
Introduction to Clean Architecture principles and a new .NET Core solution template for building enterprise applications with Angular and ASP.NET Core.
A developer shares techniques to optimize Angular app performance by reducing unnecessary change detection cycles in a complex scheduling application.
A guide to implementing print-specific CSS in Angular applications, covering component-scoped styles, hiding elements, and creating separate print components.
Explains NgRx creator functions like createAction, createReducer, and createEffect, detailing their benefits and usage in Angular state management.
A technical guide on implementing multiple independent instances of a NgRx store slice in Angular using the Router, Effects, and meta-reducers.
A tutorial on setting up Continuous Deployment for an Angular application using Heroku and GitHub to automate deployments.
Explains how to use RxJS merge operator to handle multiple concurrent API calls from a single NgRx Effect in Angular.
A tutorial on implementing both built-in and custom validations for template-driven forms in Angular, including username availability and password matching.
A tutorial on implementing built-in and custom validations for reactive forms in Angular, including username availability and password matching.
Explains how ASP.NET Core integrates with React, Angular, and VueJS for SPA development, covering project structure, hot reload, and build processes.
Angular 9 introduces an official Google Maps component, making it easier to integrate maps into Angular applications.
Analyzes security risks from indirect dependencies in Angular and React boilerplate projects, comparing vulnerability counts and license issues.
A technical comparison of built-in security features and secure coding practices in React and Angular frameworks.
A guide to using the new Angular CDK Clipboard module for programmatic and user-triggered clipboard interactions.
A guide to using Angular Testing Library for writing maintainable, user-focused tests for Angular components, with a practical feedback form example.
Explains the risks of incorrectly using Angular's forRoot() function and how to guard modules to prevent multiple instances and bugs.
A developer explains their journey from skepticism to embracing TypeScript, highlighting its benefits for modern JavaScript development.
An exploration of state management concepts in Angular applications, covering state types, lifecycle, and reactive programming approaches.
A guide to using Angular directives to dynamically change form validation rules across different application stages, keeping code DRY.