Best of AngularJuly 2025

  1. 1
    Article
    Avatar of logrocketLogRocket·44w

    Angular has grown up — and the best is yet to come

    Angular has evolved significantly from its early days, addressing core architectural issues like change detection and template syntax. The framework is moving away from Zone.js monkey-patching toward signals for better reactivity, introducing cleaner control flow syntax to replace verbose HTML directives, and making difficult but necessary decisions like deprecating flex-layout. With Angular 20's experimental zoneless change detection and continued improvements, the framework is positioned for its strongest years ahead.

  2. 2
    Article
    Avatar of ionicIonic Blog·42w

    Announcing Ionic 8.7

    Ionic Framework 8.7 introduces new reorder events (ionReorderStart, ionReorderMove, ionReorderEnd) for better drag-and-drop control, comprehensive CSS utility classes for display and flexbox layouts, Ionicons v8 with enhanced Safari compatibility, and Angular IonModalToken for improved modal dependency injection. The release also deprecates several older classes and events while maintaining backward compatibility.

  3. 3
    Article
    Avatar of tiaThis is Angular·43w

    Senior Angular Interview Questions

    A comprehensive collection of technical interview questions for senior Angular developers, covering core concepts like component communication, NgZone, dependency injection, signals vs observables, RxJS operators, and change detection optimization. The questions range from fundamental Angular patterns to advanced topics like higher-order observables, resolution modifiers, and the diamond problem in reactive programming. Each question includes detailed explanations and code examples to help assess deep framework knowledge and problem-solving abilities.

  4. 4
    Video
    Avatar of joshuamoronyJoshua Morony·47w

    The super power most Angular developers don't know they have

    Angular developers can leverage their existing skills to build native mobile applications using Ionic and Capacitor. Ionic provides mobile UI components that adapt to iOS and Android styling, while Capacitor wraps the Angular app into a native package with access to device APIs. The tutorial demonstrates converting a standard Angular application into a mobile app by adding Ionic components, configuring the router outlet for mobile transitions, and using Capacitor to build for Android and iOS platforms.

  5. 5
    Article
    Avatar of tiaThis is Angular·44w

    Ng-News 25/28: Angular 20.1

    Angular 20.1 introduces several developer experience improvements including Signals DevTools integration for debugging reactive state, enhanced HttpClient with native fetch options support, simplified component testing with direct binding syntax, MCP server for AI-assisted development, template assignment operators, and TypeScript image imports with base64 encoding.

  6. 6
    Article
    Avatar of angularAngular·47w

    The Angular Custom Profiling Track is now available

    Angular v20 introduces a new custom profiling track in Chrome DevTools that unifies Angular-specific performance data with Chrome's performance panel. The integration provides color-coded flame charts showing components, lifecycle hooks, and dependency injection services, making it easier to identify performance bottlenecks. Developers can enable this feature by running ng.enableProfiling() in the console while using Angular in development mode.