Questions tagged [angular7]

Questions about Angular version 7, the web framework from Google. Use this tag for Angular questions which are specific to only version 7. Use tag Angular for any Angular questions which are not specific to an individual version.

Questions about Angular version 7, the web framework from Google. Angular version 7 entered a 3 year Long Term Support period on July 1, 2018.

See the changelog for what changed in version 7.

If you need help upgrading from version 7 to version 8, please see the Official Angular upgrade guide

5213 questions
1
vote
3 answers

How to get filtered the array in json reponse based on condition check with keys in angular 7

I would like to get filterd the particular array alone from the json response when dataID is not matched with the ParentDataID from another array in same json response using typescript feature in Angular 7 { "data":[ { …
1
vote
1 answer

Angular formControl - set a value in a particular row in the ngfor loop

Please refer to complete code here at stackblitz When modify the first columnm dropdown to Model, it's observed that the 3rd column show list of models. click on add row button --> for second row, modify the first column dropdown to System -->…
user21
  • 1,261
  • 5
  • 20
  • 41
1
vote
1 answer

ERROR in node_modules/apollo-angular/Apollo.d.ts(26,17)

I am working on Angular 7 project and the application is deployed in Azure App Services and Pipeline for the same in on Azure DevOps. It is basically CI/CD. Everything was fine, branch code merging (Code Integration) and deployment (Code Deployment…
1
vote
2 answers
1
vote
1 answer

How to minimize a prime ng dialog?

I would like to know how can I minimize a prime ng dialog box. I read this but it is not working in Angular 7. Also, as per their site here, the property minimizable is not present Also I am using the dialogService of primeng. Is there any way that…
Running Rabbit
  • 2,634
  • 15
  • 48
  • 69
1
vote
1 answer

Displaying correct country flag after saving phone number using Ngx-intl-tel-input module [Angular 7]

I'm using ngx-intl-tel-input version 2.2.0 [compatible with Angular 7]. I have a page where it contains all the details of a person [such as, Firstname, Lastname, DOB, Address, Country, Telephone and so on]. So when I save a phone number together…
KavyaArya
  • 41
  • 7
1
vote
0 answers

How to change Font-family of Material icons angular 7 using CSS

I'm using * {font-family: 'Arial' !important}. It changes font of material elements. but material-icons are not compatible with it. Example instead of icon it is showing "account_circle" which is code for icon.
1
vote
0 answers

browser back button issue with iframe in angular 7

I faced issue with Iframe in Angular 7. When the history back button is pressed, the browser changes only the iframe and not the entire page, I need to press 2 times the back button to go in the previous page. HTML