ecmascript 6 - import statement is not working in typescript -


i imported class in typescript file. same import statement generated in js file also. when run application in browser, import statement throwing error "uncaught syntaxerror: unexpected token import". please me resolve issue.

you must use browserify or webpack handle module loading/bundling.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -