Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
80 views

The app runs good both locally and in production. Three months ago I did another project using Nuxt 3 which has @vercel/analytics installed in him. Installing it using npm i @vercel/analytics worked. ...
Ilan Yashuk's user avatar
1 vote
2 answers
396 views

I have created a demo project: https://stackblitz.com/edit/angular-e6pqlb?file=src%2Fcontent-host%2Fcontent-host.component.ts Please open above link and check console printed values to understand my ...
Kavar Rushikesh's user avatar
0 votes
2 answers
78 views

Following an old MERN Shop Brad Traversy course, and I'm trying to use URLSearchParams because of the location. Search in the course isn't updated and gives endless bugs. Practically, I just want to ...
Idan k's user avatar
  • 13
1 vote
1 answer
531 views

I'm trying to create a website with the Fresh framework, in particular I was trying to put a simple drop-down feature of a button inside a navbar, but I'm not sure where to put the code needed. I've ...
CcmU's user avatar
  • 1,184
0 votes
2 answers
851 views

I want to register vForm in index.js globally in Vue js 3 but not work, while using vuejs 2 it work like Vue.component(Form) in Vue Vue js 3 how to define once and usable in all window or component, ...
liaqat ali's user avatar
1 vote
3 answers
2k views

I am very new in ReactJS and I am facing this problem: how to comment out some HTML code defined into the render() method? For example I have a component like this: import React, {Component} from '...
AndreaNobili's user avatar
  • 43.3k
2 votes
2 answers
684 views

while running the yarn serve I don't what to display the port no from the URL. Now, this is showing like https://example.com:8080. I want to access them from https://example.com. vue.config.js module....
Mohit Sharma's user avatar
0 votes
1 answer
264 views

What is Angular(+11) Mono Repo and how is it different from the other versions of Angular and should you know TypeScript for Angular (+11) mono Repo? I'm trying to find a course to learn more about ...
user avatar
0 votes
1 answer
91 views

please I'm new to Vuejs and after installing Vuejs/CLI i created a new project with vue create test then i prompt me to choose between three options which are > Default ([Vue 2] babel, eslint) ...
Paulos Ab's user avatar
  • 409
3 votes
1 answer
14k views

I am working on an Angular application using PrimeNG and I am finding some difficulties with the PrimeNG FileUpload component, this one: https://primefaces.org/primeng/showcase/#/fileupload I was ...
AndreaNobili's user avatar
  • 43.3k
-3 votes
1 answer
464 views

I want to rewrite my portfolio. I want my website to load faster than the current version. Also my portfolio will contain lots of images and I have used CDN for it. For my current version I used ...
Aravinth Ramesh's user avatar
0 votes
0 answers
408 views

Is there a way to download React components and also have full javascript functionality? For example, a table component that still can be sorted without a network connection. Offline-first seems to ...
Lcor's user avatar
  • 1
0 votes
2 answers
173 views

I am working on an Angular project using reactive form and introducing FormArray (beacause I have a situation where a field is dinamically created as multiple fields) I am facing the following problem....
AndreaNobili's user avatar
  • 43.3k
5 votes
2 answers
11k views

I am working on an Angular project using PrimeNG and I am going mat trying to correctly set the style for some invalid form field. In the specific in my form I have field of this type: <input id=&...
AndreaNobili's user avatar
  • 43.3k
0 votes
1 answer
385 views

In the below code, I make a proxy ajax call to the server. When the session is active, I receive the expected json format but when the session is inactive, I receive a html file as response. Ext....
Kiran Cyrus Ken's user avatar
0 votes
1 answer
2k views

I have an extjs application that sends an ajax request to the backend. The backend will send the objects which are json format if it is an active session and a html page if the session is inactive I ...
Kiran Cyrus Ken's user avatar
2 votes
0 answers
170 views

I'm using React Navigation v5 for navigation in my app. User signs up to the application and right after signing up, the user is navigated to the ExtendedRegisteration Screen. After extended ...
Ismail Farooq's user avatar
0 votes
0 answers
90 views

I'm trying to get the POST error response in $http AngularJS, but when I watch the response variable in catch, I get the preflight OPTION response. How can I get the POST response, instead of OPTION? ...
kayatsumo's user avatar
2 votes
1 answer
124 views

There is a simple form: <form> <input type="checkbox" name="checkbox"> Checkbox <input type="email" name="email"> <button>Submit</button> </form> Task ...
MaxCore's user avatar
  • 2,796
0 votes
2 answers
670 views

I can't figure out why an event is required to share from child to parent (@Output), while @Input() works fine for parent to child. What if we want to share data with parent component without ...
Manish Bhatti's user avatar
0 votes
2 answers
57 views

I am using the Electron Framework in Javascript called Xel toolkit, and I have the following syntax from main.js: document.querySelector("menu.selected").className.remove('selected') Having some Xel ...
Emraji's user avatar
  • 5
4 votes
2 answers
6k views

So I'm making an app in vue, on page load it takes a cookie with the user's zip and performs a search using that zip, but the user is also allowed to change that zip if its wrong so I want to be able ...
jmona789's user avatar
  • 2,849
1 vote
1 answer
839 views

So I have the following HTML on my Vue page <div v-for="profile in lab.profiles" v-if="edit || profile.active" class="lab-tests-row-div" @mouseover=""> <div class="clickBox" :...
jmona789's user avatar
  • 2,849
0 votes
0 answers
575 views

I have the following problem using Angular and the PrimeNG DropDown element, this one: https://www.primefaces.org/primeng/#/dropdown Note before to start: as you can see in the previous page this ...
AndreaNobili's user avatar
  • 43.3k
1 vote
1 answer
402 views

I am very new in Angular and I am finding some dificulties trying to add a component and use it into a project on which I am working on. I have a parent component view that contains thE referenceS to ...
AndreaNobili's user avatar
  • 43.3k

1
2 3 4 5
21