Recent content by JC0133

  1. J

    Angular Help

    So I did that on a brand new page and it works, so it doesn't work on the pop up child component. And yes this will keep it from compiling.
  2. J

    Angular Help

    I have seen this question on multiple forums and stack overflow but I have done everything that each solution has said and it is still giving me the same error. So I hope someone see's something that I might have missed. I am trying to get a date picker to work on a pop up dialogue. But I keep...
  3. J

    Angular Table Question

    Just curious the right way to post code, so I wanted to figure it out.
  4. J

    Angular Table Question

    <mat-form-field class="searchSelect"> <mat-label>Search Type</mat-label> <!-- <select matNativeControl required>--> <mat-select #dropValue [(value)]="selected"> <mat-option value="Dummy_IN">GMIN</mat-option> <mat-option value="Dummy_ID">GMID</mat-option> <mat-option...
  5. J

    Angular Table Question

    Ok, Thanks
  6. J

    Angular Table Question

    I am fairly new to angular and I created a webpage where I have a dropdown arrow, textbox for input value and a table. The table has a select column. Now based off which dropdown value the user picks. It will decide if the select column of the table uses a radio button or if it uses checkboxes...
  7. J

    HTML Popup Formatting

    So I have popup I created for a button. I want to have the text "xXyY" and a X closing symbol right on the side of it. Both at the top of the pop up box with a horizontal line under it. I was able to put a horizontal line under it and the "xXyY" and X above it but I can't get them side by side.
  8. J

    Question Looking for some quality Hard drives to update my laptop

    So my current laptop has two NVME Slots as well as a bay for a 2.5” Drive (HDD or SSD). Note that one NVME slot has the wireless card in it. 1 of the NVME Slots are used at 1TB. Can you guys post some quality Drives (Links), that I can look at. I can buy to add to my laptop within $200 per...
  9. J

    what are some good online retailers for buying a laptop?

    I do a lot of gaming and content creation but I have roommates, so I don't really have my own space. So I use my laptop for most of it. So I am looking for a high end laptop. Around 2500 - 3000 price wise.
  10. J

    what are some good online retailers for buying a laptop?

    I have 3 questions. 1. I am looking for more credit able online sources for buying laptops (I now of stuff like walmart and best buy, but they don't seem to have a lot of good options). I know about Amazon and Newegg. These are the main two that I shop from. Anymore good ones? I live in the...
  11. J

    Questions about ASUS Laptops

    I have been looking to buy a good gaming laptop and I have decided on an ASUS laptop. I do have a few questions though, hopefully someone here can answer them. I might be confusing myself lol. 1: Is there a difference between ASUS Scar 2 and ASUS ROG Strix Scar 2? 2: There seem to be a lot of...
  12. J

    Trying to get a better understanding of what JSP is?

    Got ya, thanks for the response
  13. J

    Java JPanal Layout Question?

    I am trying to figure out how to do 2 things. I want to have 2 layouts. Layout 1: JLabel1 JTextField1 JTextField2 JLabel2 JTextField3 JLabel3 JTextField4 JTextField5 JLabel4 JTextField6 JLabel5 Jbutton Layout 2: JLabel1 JTextField1 JTextField2...
  14. J

    Trying to get a better understanding of what JSP is?

    I started a new job and I am learning a lot about Java(still fairly new to it) and web development. We are using Spring Boot, IntelliJ, etc. I am trying to get a much better understanding of JSP. This is the response I got from stack overflow. JSP is a Java view technology running on the...