About 9,580,000 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 - How to apply [ngStyle] conditions - Stack Overflow

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

  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 …

  4. angular - ERROR Error: No value accessor for form control with ...

    Sep 26, 2017 · This snippet tells Angular's dependency injection layer that your class should be returned when other classes (ie the formControlName directive) ask it for the token …

  5. angular - How to fix AppComponent is standalone, and cannot be …

    May 4, 2024 · 7 According to Angular official docs starting ver 19, in order to keep your components modular, you simply need to update your components to standalone: false

  6. angular - How to style child components from parent …

    Apr 10, 2016 · Angular is based upon the concept of reusable components, made possible by encapsulating HTML, CSS and scripting code in an isolated, autonomous piece. You wouldn't …

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

  8. javascript - Angular window resize event - Stack Overflow

    Thanks for the info Sasxa/Pankaj - I wasn't sure whether it was just a plain javascript thing or a Typescript thing or an Angular event thing. I'm climbing a very steep learning curve for myself …

  9. How to use index in @for in html angular 18 - Stack Overflow

    Feb 16, 2024 · Learn how to use index in Angular 18's @for loop for HTML templates, with examples and best practices discussed on Stack Overflow.

  10. angular - ERROR NullInjectorError: R3InjectorError (AppModule)

    Feb 18, 2021 · This is because you are trying to use Angular Fire Database but imported Angular Firestore Module and Angular Firestore in app module. Replace AngularFirestoreModule with …