Matching the Host Element in the productForm.component.css File in the src/app Folder div { background-color: lightcoral; } :host:hover { font-size: 25px; } ...
確定! 回上一頁