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

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

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

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

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

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

    Jun 4, 2016 · 2 to 21 (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 when directory …

  6. Send data through routing paths in Angular - Stack Overflow

    This Stack Overflow page discusses how to send data through routing paths in Angular, providing insights and solutions for developers.

  7. angular - Set focus on <input> element - Stack Overflow

    Apr 24, 2018 · Learn how to set focus on an <input> element in Angular applications using various approaches and techniques.

  8. ssl - Get angular-cli to ng serve over HTTPS - Stack Overflow

    Aug 29, 2016 · You can find the angular.json schema at the Angular CLI documentation. Old answer for Angular CLI 1.0.0+. Angular-CLI now works with the SSL options. Like you've noted, you can …

  9. node.js - Angular - ng: command not found - Stack Overflow

    Oct 8, 2017 · I'm trying to learn Angular and my knowledge in terminal is beginner. After I installed Angular and then type ng new my-project. I get the response ng: command not found. I've seen other …

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