If we want to access the DOM element directly to manipulate its styles. ... nativeElement; // Option 1 el.style.color = 'white'; el.style.background = 'red' ...
確定! 回上一頁