Uncaught (in promise): ReferenceError: videoTrimModal is not defined

274 Views Asked by At

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:

trimmer component

But When I open trimmer component I am getting this error:

inspect error

I have declare videoTrimModal still it says that videoTrimModal is not defined.

0

There are 0 best solutions below