adrael / ngx-tweet

Angular component for displaying a Twitter tweet
MIT License
1 stars 8 forks source link

Display errors or add error-output #6

Open MickL opened 3 years ago

MickL commented 3 years ago

Is your feature request related to a problem? Please describe. Currently if an error happens, e.g. the tweetId is wrong, nothing will be displayed. It would be nice to have a error-message instead and maybe have an output-event to listen to.

Further if you provide a valid tweetId and then an invalid tweetId nothing happens, the old tweet will still be displayed.