About 13,900,000 results
Open links in new tab
  1. Angular - How to apply [ngStyle] conditions - Stack Overflow

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

  2. angular - How to fix AppComponent is standalone, and cannot be …

    May 4, 2024 · According to Angular official docs starting ver 19, in order to keep your components modular, you simply need to update your components to standalone: false

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

    Angular2+ data flow: In Angular the data can flow between the model (component class ts.file) and view (html of the component) in the following manners: From the model to the view. From …

  4. Check if checkbox is checked in ANGULAR 10 - Stack Overflow

    Oct 23, 2020 · Check if checkbox is checked in ANGULAR 10 Asked 4 years, 9 months ago Modified 2 years, 6 months ago Viewed 34k times

  5. Angular 2 filter/search list - Stack Overflow

    Nov 18, 2016 · In angular 2 we don't have pre-defined filter and order by as it was with AngularJs, we need to create it for our requirements. It is time killing but we need to do it, (see No …

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

  7. angular - ERROR Error: No value accessor for form control with ...

    Sep 26, 2017 · This snippet tells Angular's dependency injection layer that your class should be returned when other classes (ie the formControlName directive) ask it for the token …

  8. Angular: How to update queryParams without changing route

    Apr 29, 2017 · Angular: How to update queryParams without changing route Asked 8 years, 3 months ago Modified 8 months ago Viewed 345k times

  9. angular - Material table datasource filter with column value - Stack ...

    May 10, 2018 · Learn how to filter data in a Material table datasource using column values effectively.

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

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