I am seing that I am unable to parse a custom html tag such as in the following example
curl https://angular.dev/api/forms/AbstractControlDirective | pup 'adev-reference-page'
Popping into the site with the browser, opening it with the developer tools you can select such asn element by
document.querySelector('adev-reference-page')
Is this feature intentionally not implemented?
I am seing that I am unable to parse a custom html tag such as in the following example
Popping into the site with the browser, opening it with the developer tools you can select such asn element by
Is this feature intentionally not implemented?