About 11,800,000 results
Open links in new tab
  1. angular - Reactive forms - disabled attribute - Stack Overflow

    Explains how to use the disabled attribute in Angular reactive forms with examples and solutions for common issues.

  2. Angular 19 - Component AppComponent is standalone, and …

    Nov 18, 2024 · On my Angular v19 app I get the following error: Component AppComponent is standalone, and cannot be declared in an NgModule or 'imports' is only valid on a component …

  3. Angular V17 / V18: Prospects of @if vs. *ngIf – Will *ngIf be ...

    Nov 23, 2023 · Explore the future of Angular's @if and *ngIf directives in upcoming versions, discussing potential deprecation and implications for developers.

  4. Angular - How to apply [ngStyle] conditions - Stack Overflow

    Mar 14, 2018 · Angular - How to apply [ngStyle] conditions Asked 7 years, 8 months ago Modified 1 year, 4 months ago Viewed 536k times

  5. Angular + Material - How to refresh a data source (mat-table)

    Oct 14, 2017 · There are two ways to do it, because Angular Material is inconsistent, and this is very poorly documented. Angular material table won't update when a new row will arrive.

  6. How to get the Angular version? - Stack Overflow

    I installed the @angular/cli package via npm using: npm install -g @angular/cli The version 1.4.2 of @angular/cli has been successfully installed. That is not the Angular version, but the CLI …

  7. Newest 'angular' Questions - Stack Overflow

    6 days ago · In angular, if I have an effect which calls some method which further on sets some other signal, will that effect be bind to that "other signal" or just signals called directly inside the ...

  8. angular - Difference between [ (ngModel)] and [ngModel] for …

    Explains the difference between [(ngModel)] and [ngModel] for state-property binding in Angular.

  9. angular - No provider for _HttpClient - Stack Overflow

    Nov 14, 2023 · I'm working on a personal project with Angular 17, and there are some settings that I get from the backend of my application. But my Angular HttpClient does not work and …

  10. How to install a specific version of Angular with Angular CLI?

    I searched through google and angular cli doc but couldn't find any way to install a specific version of Angular using Angular CLI. is it even possible?