Watching DOM Elements — Some development situations make observing DOM elements a necessity. For example, when a user updates an important native attribute on a Paragraph element, just cause. In frameworks, like Angular, there’s a lot of needful auto-magic through options like the Input decorator, property binding, two-way binding, and more so when using…