Skip to main content

All Questions

Tagged with
1 vote
0 answers
45 views

I have to filter out nested object based on condition in angular 14

Below is my json object in which I have nested listofdeciosion object. If listofdecisoion length is greater than 1 and it has decision name as 'AEE' then I have to remove that object from ...
tripti tiwari's user avatar
0 votes
0 answers
167 views

Image popup is not working in angular application using jquery

I am trying to display image on the body using jQuery in my angular application. jQuery script is not working in my angular application for popup. I am not able to find out where is the issue.So, How ...
Smart Code's user avatar
-1 votes
3 answers
764 views

Choosing files from only one row in a table angular [closed]

I have a table in which a single column consists of the option of choosing files. I have done that but my problem is that when I choose files in a particular row the files get choose in all the rows. ...
angular's user avatar
  • 19
-1 votes
1 answer
1k views

Choose multiple files with a delete button nearby angular

Introduction: I have a table where in a column it consists of an option to choose or upload files as an input to the table. I have written code in such a way that I can choose multiple files all at ...
angular's user avatar
  • 19
0 votes
0 answers
56 views

How to include jquery plugin in angular 2

I tried to inlude jquery plugin into angular 2 for gallery lightbox but not working.How to resolve this issue. Demo: https://stackblitz.com/edit/angular-jquery-integration-utimql?file=.angular-cli....
Pappa S's user avatar
  • 333
0 votes
0 answers
174 views

How replace flatpickr to angular material design datepicker

I have problem with replacing flatpickr (jQuery) datepicker to angular material design date picker. In project is create grid file (.ts), which return html. return `<input id="${this....
user3468921's user avatar
0 votes
0 answers
25 views

API's of the previously accessed page datatable are getting called when performing a search option on jquery datatable

In the above mentioned link, there will 2 components, i.e., Subscriber-lists and Event-registeration-list and also a helpers.ts file. We have given all the common functions inside the helpers.ts file. ...
aslam's user avatar
  • 1
0 votes
0 answers
17 views

function not call using window.frames in Internet explore

I want to call javascript function from another screen using window.frames but code run correct in chrome, mozila but not work in Internet Explorer //Typescript Function async AddQweGoogle() ...
awais's user avatar
  • 1
0 votes
1 answer
1k views

Angular 5.2 : Error Property does not exist on type component

I have added the properties in Formbuilder.Group method as (ts code): this.form = this.fb.group({ caseNumber: ['', [Validators.required, Validators.minLength(3), Validators....
S2K's user avatar
  • 1,245
0 votes
2 answers
3k views

How to check dirty or pristine in Angular 5 modal form?

I am working in a form in a modal. I want to submit form only if the there are any change made to the form field. My form looks like below: HTML <form [formGroup]="productForm" *ngIf="productForm"...
nas's user avatar
  • 2,365
0 votes
2 answers
659 views

How to use jquery .counterUp function in angular5?

I want to create a counter up view for my company website, to do this i have to use jquery counterUp function. Angular is not recognising the function even after adding script tags for it. if(st &...
A.R.Basith's user avatar
0 votes
1 answer
24 views

Send a list of JSON data from one component to other in angular using customEvent

Here I looking to send some data which is binded in the event from one component to another using customEvent in bubbling technique. So I have worked on the code in which it doesn't work where I need ...
user avatar
0 votes
1 answer
1k views

how to add recurring events on Fullcalendar v3.6 in Angular 5

I am using Fullcalendar v 3.6 in Angular5. I am getting the Rrule as shown in this image My code is, showEvents(events: any) {debugger let calendarOptions: Object; let newEvents = []; ...
Rohit Borude's user avatar
1 vote
0 answers
509 views

How can i use Jvectormap-next with angular 5

I am trying to implement jvectormap in my angular 5 Project, but i am not being able to. this is what i have in the component file: I used the following command to install JVectormap-next : npm ...
coder Tester's user avatar
3 votes
1 answer
169 views

Is it possible to share same global variable between javascript file and typescript file in angular project?

I am using a javascript library in angular 5 project.If I define a global variable in my .js file then what is the way to access that global variable from my .ts file??
Anishu Maini's user avatar

15 30 50 per page
1
2 3 4 5 6