About 11,300,000 results
Open links in new tab
  1. angular - How can I use "*ngIf else"? - Stack Overflow

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

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

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

  3. angular - 'ng' is not recognized as an internal or external command ...

    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 available at …

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

  5. angular - Disable Input fields in reactive form - Stack Overflow

    Mar 16, 2017 · Learn how to disable input fields in Angular reactive forms using Stack Overflow's solutions and examples.

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

  7. angular - Set default host and port for ng serve in config file - Stack ...

    Jun 11, 2016 · I want to know if i can set a host and a port in a config file so I don't have to type ng serve --host foo.bar --port 80 instead of just ng serve

  8. angular - Material table datasource filter with column value - Stack ...

    May 10, 2018 · Learn how to filter data in a Material table datasource using column values effectively.

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

  10. Angular2 @Input to a property with get/set - Stack Overflow

    4 In angular v16.1.0-next.3🎉 We can use transform property on inputs. If an input has a transform function, any values set through the template will be passed through the function before being …