Top "Angular" questions

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

Easy way to make a confirmation dialog in Angular?

Is there any not-so-complicated way to make a confirm dialog in angular 2, the idea is to click on an item …

angular confirmation
mat-form-field must contain a MatFormFieldControl

We are trying to build our own form-field-Components at our Company. We are trying to wrap material design's Components like …

angular angular-material2
How to enable production mode?

I was reading related questions and I found this one, but my question is how can I switch from development …

angular
Angular2 - Radio Button Binding

I want to use radio button in a form using Angular 2 Options : <br/> 1 : <input name="options" ng-control="…

forms radio-button angular
How to reload page the page with pagination in Angular 2?

How can I reload the current page on Angular 2? if iam in page 2 (pagination) and refresh the page it will …

angular refresh angular2-routing reload page-refresh
Adding a HTTP header to the Angular HttpClient doesn't send the header, why?

Here is my code: import { HttpClient, HttpErrorResponse, HttpHeaders } from '@angular/common/http'; logIn(username: string, password: string) { const url = …

angular http-headers angular-httpclient
How to use moment.js library in angular 2 typescript app?

I tried to use it with typescript bindings: npm install moment --save typings install moment --ambient -- save test.ts: …

typescript angular
Angular 2 @ViewChild annotation returns undefined

I am trying to learn Angular 2. I would like to access to a child component from a parent component using …

typescript angular
Angular2 - Input Field To Accept Only Numbers

In Angular 2, how can I mask an input field (textbox) such that it accepts only numbers and not alphabetical characters? …

html angular input angularjs-directive
Angular HTTP GET with TypeScript error http.get(...).map is not a function in [null]

I have a problem with HTTP in Angular. I just want to GET a JSON list and show it in …

angular rxjs