About 27,200,000 results
Open links in new tab
  1. Angular - How to apply [ngStyle] conditions - Stack Overflow

    Mar 14, 2018 · Learn how to apply conditional styles using Angular's [ngStyle] directive in this Stack Overflow discussion.

  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 19 - Component AppComponent is standalone, and …

    Nov 18, 2024 · On my Angular v19 app I get the following error: Component AppComponent is standalone, and cannot be declared in an NgModule or 'imports' is only valid on a component that is standalone.

  4. angular - Property '...' has no initializer and is not definitely ...

    Apr 7, 2018 · We may get the message Property has no initializer and is not definitely assigned in the constructor when adding some configuration in the tsconfig.json file so as to have an Angular project compiled in strict mode:

  5. Angular @if vs ngIf, are they different? - Stack Overflow

    Jan 28, 2024 · Angular @if vs ngIf, are they different? Asked 1 year, 6 months ago Modified 5 months ago Viewed 21k times

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

    Jul 19, 2017 · After successful installation of node and angular CLI do the following steps. Open C:\usr\local and copy the path or the path where angular CLI located on your machine. Now open environment variable in your Windows, and add copied path in the following location: Advanced > Environment Variable > User Variables and System Variables as below image:

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

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

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

  9. Angular - Use pipes in services and components - Stack Overflow

    Feb 2, 2016 · Update Angular 6: Angular 6 now offers pretty much every formatting functions used by the pipes publicly. For example, you can now use the formatDate function directly.

  10. Angular 2 'component' is not a known element - Stack Overflow

    Jun 8, 2017 · If 'contacts-box' is an Angular component, then verify that it is part of this module. If 'contacts-box' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.