Top "Angular7" questions

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

Angular 7: Throttling navigation to prevent the browser from hanging

Everything was working fine in my Angular application. But now suddenly I am getting the following error and my browser …

angular google-chrome safari angular7
Angular 7 Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script

I am getting the following error ERROR Error: Uncaught (in promise): TypeError: Failed to register a ServiceWorker: A bad HTTP …

angular service-worker angular7 angular-service-worker
How can I set my reactive form date input value?

So I am trying to display this date for an input. But it's not displaying when setting the value of …

angular typescript angular7
How to search value in ngselect?

From Api, I get the countryName and code as like below eg:- countryName code ----------------------- India IND United States …

angular angular5 angular7 angular-ngselect
Schematic input does not validate against the Schema: {"name":"testng7"} on Angular 7

I updated the Angular CLI to the latest @angular/[email protected] on a Mac OS. When issuing the command ng new …

angular angular-cli angular7
How can I set a valid empty date in Moment js?

So, I am using an Angular material datepicker which only helps me select a month and a year. https://material.…

angular angular-material momentjs angular7 angular-moment
Ionic 4 ion-input allow number only, restrict alphabet and special character

I am creating an app in ionic4, I have a functionality where user can enter the only integer number (0-9), …

typescript ionic-framework angular7 ionic4
Unable to download blob as file in Angular 7 from API

I've been having some trouble getting file download working in my application. To download the file I made a new …

angular api angular-httpclient angular7
Angular 7: ng serve works, but console shows a Zone.js error and app won't load

Backstory: I needed to update my app from Angular 5.2.9 to 6 yesterday, and so I thought "why not go to 7 while …

javascript angular angular7 zonejs
error TS5023: Unknown compiler option 'enableIvy'

I am trying to add IVY to my angular 7 beta project. So, I added enableIvy: true to src/tsconfig.app.…

angular typescript angular7 angular-ivy