Dom object have that i parse from html string using DOMParser and edit this html
domObj= '
<html>
<head>
<style>
</style>
</head>
<body>
<p>this is a paragraph</p>
</body>
</html>'
**In component.html **
<div [innerHTML]="domObj"></div>
I am getting result in browser [object HTMLDocument]