You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the output clickAnnotation to the ngx-annotate-text component which emits the selected annotation when the user clicks on an annotation as requested in #10.
Adds the output removeAnnotation to the ngx-annotate-text component which emits the selected annotation when the user removes an annotation by clicking the annotation's X button in the upper right corner.
Replace import of BrowserModule by CommonModule to fix issue #2:
BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.
Refactor code for tokenization and improve code coverage