Top "Angular5" questions

Questions about Angular version 5, the web framework from Google.

How to restrict Special character in material input

I have a material input control, i have restrict the special character while user enter, but when type some words …

angular angular5 angular2-directives angular6 angular-directive
how to place Mat-Card Mat-card-action at bottom of card when we are creating cards dynamically

<div class="col-xs-6 col-md-4 home-content" *ngFor="let s of abc"> <mat-card> <mat-card-header> <mat-card-title&…

css angular-material angular5 mat-card
Angular5 httpClient get:Cannot read property 'toLowerCase' of undefined

I am trying to get a list of Users from an API but I get the following error: TypeError: Cannot …

angular httpclient angular5
How to deploy angular app to production

I'm a little uncertain about some Angular 5 aspects. I've developed an app and don't know how to run it on …

node.js angular angular5 application-server
Angular 5 Interceptor: TypeError: next.handle(...).do is not a function

I created an angular interceptor to check my auth tokens' validity. somehow, the do method is not recognized by angular. …

typescript angular5 angular-http-interceptors
Why error in Angular 5 as : has no exported member 'OpaqueToken'.?

I have an Angular 4 application, which I am upgrading to Angular 5. I am getting the following error. ERROR in src/…

angular angular5 swagger-2.0 swagger-codegen
jit_nodeValue_4(...).$any is not a function Angular5

ERROR TypeError: jit_nodeValue_4(...).$any is not a function at Object.eval [as handleEvent] (AddNewConnectionsComponent.html:42) at handleEvent (core.js:13581) …

angular angular5 angular2-template angular2-forms angular4-forms
Angular 5 Set default value on template driven form input

I'm having trouble setting the value of a template driven form input. The value is coming from an editMovie object. …

javascript angular forms angular5 angular-forms
Angular - Can't bind to 'ngValue' since it isn't a known property of 'mat-option'

I'm using angular 5 and I'm getting the console error: Can't bind to 'ngValue' since it isn't a known property of …

angular angular5