.invoice-img-unselected {
background-image: url("/assets/imgs/invoice-bg.png");
}
the background image cannot be loaded after being packaged with ng build
.invoice-img-unselected {
background-image: url("/assets/imgs/invoice-bg.png");
}
the background image cannot be loaded after being packaged with ng build
well, this is a path problem, which has nothing to do with packing.
background-image: url (". / assets/imgs/invoice-bg.png") if it is relative to the current file;
otherwise / represents a directory
-- you need to see if there is a picture under the Request URL path, but you haven't asked to see what the problem is.
write relative path.
background: url(../../assets/imgs/invoice-bg.png)
means that if done is no longer executed before start and animate leave is delayed, start will no longer be executed before the delay ends. According to the example of the official website to write a dialog component, the mouse pointer hover is ...
three initializations 1. Initialize 2 when defining. Initialize 3 in the constructor What is the difference between initializing in ngOnInit? Under what circumstances do you usually use which initialization? What is the order in which page render...
there is a problem encountered in the ionic project. You need to upload a file through the API post, and two parameters can be adjusted on postman, but you don t know how to write it in the ionic project. If anyone encounters a similar problem, try to ...