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

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

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

  3. Angular [disabled]="MyBoolean" not working - Stack Overflow

    May 2, 2018 · Angular [disabled]="MyBoolean" not working Asked 7 years, 3 months ago Modified 1 year, 1 month ago Viewed 229k times

  4. Angular: error NG8001: 'component' is not a known element

    Jul 6, 2021 · If 'register' is an Angular component, then verify that it is part of this module. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

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

  6. angular - How to allow access outside localhost - Stack Overflow

    May 27, 2017 · How can I allow access outside the localhost at Angular2? I can navigate at localhost:3030/panel easily but I can not navigate when I write my IP such as …

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

    Mar 26, 2020 · Angular2+ data flow: In Angular the data can flow between the model (component class ts.file) and view (html of the component) in the following manners: From the model to the …

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

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

  10. angular2 template - Angular HTML binding - Stack Overflow

    Nov 23, 2016 · To add HTML that contains Angular-specific markup (property or value binding, components, directives, pipes, ...) it is required to add the dynamic module and compile …