chrome console error: Uncaught ReferenceError: __decorate is not defined this is code https://github.com/Dreampie/angular2-demo
run it:
npm install
npm run typings install
npm run start
open localhost:80 in browser
someone help?
remove from tsconfig.json
"declaration": true,
"noEmitHelpers": false,
"isolatedModules": false
This happened to me when creating the code sharing NativeScript https://docs.nativescript.org/angular/code-sharing/intro
but I only had to coment out this 2 lines:
//"declaration": false,
//"noEmitHelpers": true,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With