Angular 7 image zoom
问题 I'm searching for an image zoom solution for Angular 7, exactly like this I've found this, but it's for AngularJs. Is there something good as the linked example? 回答1: make a zoom it's only change the background with an image changing the background of a div according the move of the mouse, see, e.g. how create a image zoom in w3school background-image:... background-position:... background-size Imagine you has a component like: <div class="img-zoom-container"> <img #img id="myimage" [src]=