About 13,300,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 - 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 …

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

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

  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. What is the proper way to reference assets in the new Angular 18 ...

    May 24, 2024 · Learn the proper way to reference assets in Angular 18's new public folder for efficient web development.

  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. angular - How to redirect to an external URL in Angular2 ... - Stack ...

    Dec 17, 2015 · What is the method for redirecting the user to a completely external URL in Angular 2. For example, if I need to redirect the user to an OAuth2 server in order to …

  9. How to change angular port from 4200 to any other

    Mar 16, 2017 · 16 I usually use the ng set command to change the Angular CLI settings for project level. ng set defaults.serve.port=4201 It changes change your .angular.cli.json and adds the …

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