I am working in video-editor in angular.
For trim video I am using npm video-trim-modal.
For that I have write code like this:
But When I open trimmer component I am getting this error:
I have declare videoTrimModal still it says that videoTrimModal is not defined.

