Maybe you were looking for...

Compile Time error : >Error: reports/reports.component.html:1:1 - error NG8001: 'mat-card' is not a known element:

I do not know what should i do. have tried npm install and reinstall angular materials

I dont get how to read in from a file that has commas and spaces between words. I was told I could use the find and substr functions, I dont know em

This is the feedback I received but I don't know how to do it. Since each line has commas as separator, then one way to read each line is to locate the first co

Calling Methods in Infrastructure Project from Application layer in Clean Architecture C#

I am pretty new to Clean Architecture in C#. Based on the details my understanding was all the business logic must be in Application Layer and any infrastructur

Calling function over a Variable predefined in Python

how can I link word_for_replace to the value of firstword. Can someone help me please ? Bassicaly I need to replace the value of fisrstword in test.xlsx I also

Check if visit has been directed with PHP Location header

I'm redirecting from page-A to page-B, like this: header( 'Location: ' https://example.org/landingpath ); I want to detect, when landing on page-B, if I came t

Subprocess command shows FileNotFoundError: [Errno 2] No such file or directory

I'm trying to run shell commands using python by using subprocess module in the below code, but I don't why my script is throwing an error like below. Can someo