About 15,500,000 results
Open links in new tab
  1. Angular: conditional class with *ngClass - Stack Overflow

    Feb 8, 2016 · In Angular 7.X The CSS classes are updated as follows, depending on the type of the expression evaluation: string - the CSS classes listed in the string (space delimited) are added Array …

  2. 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.

  3. angular - How can I use "*ngIf else"? - Stack Overflow

    Explains how to use "*ngIf else" in Angular for conditional rendering of HTML elements.

  4. Angular 19 - Component AppComponent is standalone, and cannot be ...

    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 that is …

  5. Angular: When to use signal () vs model ()? - Stack Overflow

    May 10, 2024 · When should we use signal() vs model() in Angular? Angular says the following: ModelSignal is a WritableSignal which means that its value can be changed from anywhere using the …

  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 vers...

  7. 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.

  8. node.js - Angular - ng: command not found - Stack Overflow

    Oct 8, 2017 · I'm trying to learn Angular and my knowledge in terminal is beginner. After I installed Angular and then type ng new my-project. I get the response ng: command not found. I've seen other …

  9. How to use index in @for in html angular 18 - Stack Overflow

    Feb 16, 2024 · Learn how to use index in Angular 18's @for loop for HTML templates, with examples and best practices discussed on Stack Overflow.

  10. 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.