Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

angular

  1. dstromberg

    Button that won't change status until validation completes? Or that changes, but changes back if validation fails?

    Hello people. I currently have a (I think) pure CSS button that toggles between "PRESERVED" and "NOT PRESERVED". That's been good enough 'til now, even though infrequently the button will change but the underlying state doesn't, resulting in a button that has the wrong value (IOW, "PRESERVED"...
  2. B

    JavaScript Help with constants file

    I have a global constants file where I added a links node to it but I'm not sure how to translate that from the constants file into the html file or possibly ts file. constants file export const GlobalConstants = { AOApiPath...
  3. D

    Node.JS error gyp verb find Python Python is not set from command line or npm configuration error gyp verb find Python Python is not set from environment vari

    Details In Angular15 when we try to install "NPM i" we are getting below error. We installed Python 3.1.0 in our system then also it was not resolved. If we used "--legacy-peer-deps" along with "NPM i " it is installing. But in server build getting failed. So client asking to fix this. Error...
  4. Veronica

    Angular, WebAPI,SignalR beginning questions

    Should I take this post down if it is incorrect or silly? I recently graduated college and am applying for an entry-level position. I am about to take a technical assessment that includes topics I'm not familiar with such as Angular, SignalR, and WebAPI. Is it a good idea to group all of these...
  5. B

    JavaScript Can you please help me with Angular Test

    Your task is to implement two components that communicate with each other through the parent component: Requirements 1. Implement a ValueProviderComponent that: • consist of an input text field (<input type="text" />); • emits values provided in the input field using an...
  6. TimDang

    JavaScript How to play streaming Audio with webSocket

    I try to play a streaming audio from webSocket, the data returned about playload is base64 and sequance Number of playload. I can play the audio with my code but the sound is very bad. I think my code is the cause of the bad sound, I want the quality of sound better. How can i do? Thank...
  7. kwielgosz95

    Java Multi module project - spring boot + angular - deploy tomcat

    Hello, I have issue with deploy multi module project (spring boot + angular) to tomcat 8.5. Application is working correctly, when im running it in Intellij. But when i generate .war file and deploy this app on tomcat 8.5 i have error. Main project web.xml <?xml version="1.0"...
  8. M

    Node.JS Custom Mutilevel stepper with progress bar using angular12?

    Hi All, I have recently started working on angular12 and I am trying to add multi-Stepper with progress bar to my angular code but I am unable to get how to do this. Also I want to add a sub stepper on each step. How to add progress bar shown in attached image in header of the page using...
  9. Nice_Bathtub

    JavaScript Not sure where to start In regards to writing a program to be able to edit two PDF documents simultaneously

    I would like to have two documents open in the same window, the two documents would be the same document but in two different languages(already translated), and the goal is to make my work more efficient by adding two main functions. The first, is to have the ability to set bookmarks in doc 1...
Back
Top Bottom