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

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

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

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

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

  7. Angular ng-if="" with multiple arguments - Stack Overflow

    Sep 24, 2013 · Angular ng-if="" with multiple arguments Asked 12 years, 1 month ago Modified 1 year, 11 months ago Viewed 278k times

  8. angular 19 - APP_INITIALIZER deprecation - Stack Overflow

    Nov 20, 2024 · I am trying to upgrade from Angular 18 to 19. Automatic migration changed the following code providers: [ { provide: APP_INITIALIZER, useFactory: initializeApp1, deps: [

  9. angular2 template - Angular HTML binding - Stack Overflow

    Nov 23, 2016 · Explore Angular HTML binding techniques and templates to dynamically manipulate content in Angular applications.

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

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