annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

how to use this in angular 4 #202

Closed rvuyyuru1 closed 5 years ago

rvuyyuru1 commented 6 years ago

i want to use this in component.ts file error while running Cannot find name 'anno'

nagarajuchappa commented 6 years ago

it may helps to you https://github.com/igorlino/angular-annotorious

rvuyyuru1 commented 6 years ago

I want this completely in angular 4 like i want to use anno object in component.ts file

diazenal commented 5 years ago

const anno = window['anno'];

rvuyyuru1 commented 5 years ago

Thank you so much it works