Get an instance of the rendered component, in Developer Tools
Do you want to get the component instance that is rendered on the browser? Here is a quick way to do it.
I have a component called HelloComponent and it has a logMessage method inside it. Below is the code:
import { Component, Input } from '@angular/...
aliasger.dev2 min read