Improve error handling when selector is not found #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently if the selector provided to the ngx-element is not found in the registry then an error is raised.
After that, the behaviour is not the intended and can not recover from the error.
Improve the error handling to console.log a message and allow the user to recover from the error by setting a valid selector.
The text was updated successfully, but these errors were encountered: