I'm new to Angular and am working on unit testing. I'm trying to confirm my understanding of Fakes vs Spies (spyOn). My understanding is that Fakes let you mo
Need help! body::-webkit-scrollbar{ width: 0; } Its working only on Google Chrome but does not work on Firfox. how can I solve this please help me.
I want to profile my app but I'm not sure what every thread do. Of course I can suppose about the most "meaningful" threads role but some threads responsibility
So I'm trying to get the user to input their first and last name. I tried using Scanner.next(); but that only reads the first name (the first token), but I also
I wanted to make poker charts for my self. I want to make all combination of cards in square divs. I figured out how to make divs with id and text from array wi
I'm trying to use Python to fit a curve to a set of points. Essentially the points look like this. The blue curve indicates the data entered (in this case 4 po
I have the following child component and it's inheritance parent component: @Component({ template: `<p>child</p>` }) export class EditChildCompo