About 50 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. Newest 'angular' Questions - Stack Overflow

    3 days ago · I've been using newest Angular Material in Angular 20. Trying to control stuff using mat.*-overrides but I can't find the option to change height of each mat-option inside of the …

  3. Angular: conditional class with *ngClass - Stack Overflow

    Feb 8, 2016 · From the angular documentation: "The asterisk is "syntactic sugar" for something a bit more complicated. Internally, Angular translates the *ngIf attribute into a <ng-template> …

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

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

  5. Angular @if vs ngIf, are they different? - Stack Overflow

    Jan 28, 2024 · Angular @if vs ngIf, are they different? Asked 1 year, 9 months ago Modified 8 months ago Viewed 24k times

  6. How to iterate over object in Angular 17 with new @for?

    Feb 19, 2024 · How to iterate over object in Angular 17 with new @for? Asked 1 year, 8 months ago Modified 1 year, 3 months ago Viewed 9k times

  7. Angular [disabled]="MyBoolean" not working - Stack Overflow

    May 2, 2018 · Angular [disabled]="MyBoolean" not working Asked 7 years, 6 months ago Modified 1 year, 3 months ago Viewed 230k times

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

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

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

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

  10. How to declare a variable in a template in Angular

    131 You can declare variables in html code by using a template element in Angular 2 or ng-template in Angular 4+. Templates have a context object whose properties can be assigned to …