About 7,560,000 results
Open links in new tab
  1. 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> …

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

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

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

  4. angular - 'ng' is not recognized as an internal or external …

    Jul 19, 2017 · If angular cli is installed and ng command is not working then please see below suggestion, it may work In my case problem was with npm config file (.npmrc ) which 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 …

  6. Newest 'angular' Questions - Stack Overflow

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

  7. How to bundle an Angular app for production - Stack Overflow

    Jun 4, 2016 · 2 to 17 (TypeScript) with Angular CLI OneTime Setup npm install -g @angular/cli ng new projectFolder creates a new application Bundling Step ng build (run in command line …

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

  9. angular - No provider for _HttpClient - Stack Overflow

    Nov 14, 2023 · I'm working on a personal project with Angular 17, and there are some settings that I get from the backend of my application. But my Angular HttpClient does not work and …

  10. angular2 template - Angular HTML binding - Stack Overflow

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