Skip to main content

Questions tagged [angular8]

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

0 votes
0 answers
14 views

How to implement 2 way sync with google calendar and Full calendar in angular 8

I want to show Google Calendar events in full calendar in angular 8 user-wise... I mean in my angular application sync google calendar event of logged in user using his email id with full calendar and ...
Mohammad Malek's user avatar
0 votes
0 answers
15 views

Angular 7 to angular 8

I am trying to upgrade my Angular 7 project to Angular 8. I've followed the necessary upgrade steps, including updating packages and configurations. However, when I try to run the project with ng ...
Gökçe Bektaş's user avatar
0 votes
0 answers
45 views

Angular upgrade 7 to 8

When I use this command ng update @angular/cli@8 @angular/core@8 I'm encountering an issue while trying to update Angular CLI and its core packages: Package not installed: "@angular/core". ...
Zeynep Ozen's user avatar
0 votes
0 answers
47 views

disable browser back button in angular 8

I want to disable browser back button on specific condition, after implementing several snippets like History,popstate etc scenario 1: its making the code not able to use back button for anything ...
Abhishek Upadhyay's user avatar
0 votes
1 answer
34 views

Generate response based on date provide in Angular

I have a JSON reponse. Response JSON: [ { "price": 388, "created_date": "2019-07-30T17:01:38", "created_user": "PQR" }, { "...
Er. IT's user avatar
  • 27
1 vote
1 answer
72 views

How to compare values of two JSON object Angular 8

I have two objects obj1 and obj2 with key and value pairs, I want to compare the values of obj1 and obj2, and if both the objects are equal than it return false else true. Note : Some keys are missing ...
Shilpa's user avatar
  • 59
0 votes
0 answers
128 views

Angular 8 babel-traverse vulnerability fix?

I've an old project to be supported written in angular 8. Is there any workaround found for this below issue? https://deps.dev/advisory/osv/GHSA-67hx-6x53-jw92 Babel vulnerable to arbitrary code ...
NoisyBoy's user avatar
  • 364
1 vote
0 answers
77 views

Angular Material mat-paginator per-page Dropdown Position

I'm working on an Angular 8.0.0 project using "@angular/material": "8.0.1" For the mat-paginator there are per-page options [5, 10, 20, 50, 100] When selecting any of the options, ...
medk's user avatar
  • 9,469
1 vote
1 answer
44 views

Angular 8 - Display array data in table

I have JSON in the below format. [ { "group": "A", "teams": [ { "id": 1, "name": "France" }, { ...
Er. IT's user avatar
  • 27
0 votes
2 answers
68 views

update angular 8 to 9

I am trying to update from 8 to 9 I get this: Using package manager: 'npm' Collecting installed dependencies... Found 85 dependencies. Fetching dependency metadata from registry... Updating ...
Paraskevi Papagiannoula's user avatar
0 votes
2 answers
48 views

How to manipulate Array of Object based on condition Angular 8

I am getting below array of object from api response, i wanted to create one function which manipulate the data and enable and disable the flag based on below condition. API Response const data = [ ...
Shilpa's user avatar
  • 59
0 votes
0 answers
13 views

<tbody> tag is removed after @swimlane/ngx-charts & @swimlane/ngx-graph version upgrade in Angular 8

I am updating angular from version 7 to version 8. For that i have updated @swimlane/ngx-charts & @swimlane/ngx-graph to below version "@swimlane/ngx-charts": "^12.1.0", "@...
Ravi Patel's user avatar
0 votes
2 answers
46 views

How to make Cancellable api calls in loop in Angular?

I have a list containing parameters, such as: [ {a:1a,b:1b,c:1c}, {a:2a,b:2b,c:2c}, {a:3a,b:3b,c:3c} ] For each parameter object, I aim to initiate three consecutive API calls, each with ...
noob21's user avatar
  • 1
0 votes
0 answers
26 views

Angular 8.3 - Child not rendered, instead parent is being rendered

I want to redirect from dashboard to map-view screen (child component), but for some reason getting amenity-booking screen(parent component) for split second. this.loadingService.loadingOn(); ...
Gunjan's user avatar
  • 1
1 vote
1 answer
50 views

How to submit the formarray in angular in the given format?

While submitting the form in angular, the data should pass like given below. Inside role menu only 1st index is passing. I want all the index data to be passed on submit. { "roleMenu":[{ ...
Rose's user avatar
  • 696

15 30 50 per page
1
2 3 4 5
316