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

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

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

  5. Newest 'angular' Questions - Stack Overflow

    Aug 2, 2014 · 306,755 questions javascript angular angularjs typescript angular typescript electron angular accessibility angular firebase server-side-rendering angular-ssr html

  6. 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 FilterPipe or …

  7. Newly created angular project has errors - Stack Overflow

    Sep 5, 2024 · I don't want to pry as for your reasons to use Angular 14, but do note that support for older Angular versions has already been dropped, meaning you should consider using a newer (or the …

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

  9. typescript - Class is using Angular features but is not decorated ...

    Jul 28, 2020 · Class is using Angular features but is not decorated. Please add an explicit Angular decorator Asked 5 years, 5 months ago Modified 1 year, 6 months ago Viewed 152k times

  10. javascript - Get current url in Angular - Stack Overflow

    Jul 19, 2017 · How can I get the current url in Angular 4? I've searched the web for it a lot, but am unable to find solution. app.module.ts import { BrowserModule } from '@angular/platform-browser'; …