Top "Angular" questions

Questions about Angular (not to be confused with AngularJS), the web framework from Google.

How can I check which version of Angular I'm using?

How can I tell which version of Angular I am using? I have tried: angular --version angular --v angular -version …

angularjs angular
Angular 2 change event on every keypress

The change event is only called after the focus of the input has changed. How can I make it so …

angular
How to uninstall/upgrade Angular CLI?

When I try to create a new project with Angular CLI, with: ng n app I get this error: fs.…

angular angular-cli
How do I pass data to Angular routed components?

In one of my Angular 2 routes's templates (FirstComponent) I have a button first.component.html <div class="button" click="…

angular typescript
access key and value of object using *ngFor

I am a bit confused about how to get the key and value of an object in angular2 while using *…

angular typescript object
No provider for HttpClient

After upgrading from angular 4.4 to 5.0 and after updating all HttpModule and Http to HttpClientModule I started to get this error. …

angular typescript
How to use jQuery with Angular?

Can anyone tell me, how to use jQuery with Angular? class MyComponent { constructor() { // how to query the DOM element from …

jquery angular
How do I download a file with Angular2 or greater

I have a WebApi / MVC app for which I am developing an angular2 client (to replace MVC). I am having …

javascript angular typescript download fileapi
Angular File Upload

I'm a beginner with Angular, I want to know how to create Angular 5 File upload part, I'm trying to find …

angular typescript
Angular - Set headers for every request

I need to set some Authorization headers after the user has logged in, for every subsequent request. To set headers …

angular