-
Notifications
You must be signed in to change notification settings - Fork 3
Variable error while serving the code with Quick start #2
Comments
Hey sivi2sachin, I changed my implementation for ES6 validation. |
Get nevest version 0.1.9 from development with fixed issue (#2)
Hi sivi2sachin, I upload a new fix for your problem. Try the version 0.1.9
Hopefully it fixed your little problem. |
Thanks Denfie. It's fixed the problem!! Also Can you please let me know map settings to be used in Systemjs.config.js file, While serve, the traceur is coming as 404. [1] 17.02.26 01:16:58 404 GET /traceur |
Hi, i don't have currently a bundle .js file. I will create this today and push a newer version later. |
Thanks Denfie. |
put bundle for system.config.js (#2) && example update
Hi siva2sachin, now you can include this to your Systemjs.config.js like this:
I hope it works ;-) |
put js.map for bundle (#2) part missing
Fixed issue (#2) webpack and systemjs loader
hey siva2sachin, I upload a newer version please use now systemjs loader umd file:
My other bundle was a webpack bundle maybe there was the problem. |
Hi Denfie, Thank you so much for kind help. Could you please upload the .ts code for the Examples sections as I could see the .js bundle files. |
When run the code, getting below error, Could you please help me on this.
node_modules/@uniprank/ng2-file-uploader/module/source/fileManager.core.ts(251,1
3): error TS7005: Variable '_uploader' implicitly has an 'any' type.
node_modules/@uniprank/ng2-file-uploader/module/source/protocol.core.ts(129,13):
error TS7005: Variable '_request' implicitly has an 'any' type.
node_modules/@uniprank/ng2-file-uploader/module/source/protocol.core.ts(173,13):
error TS7005: Variable 'sendable' implicitly has an 'any' type.
node_modules/@uniprank/ng2-file-uploader/module/source/transfer.core.ts(440,31):
error TS7005: Variable 'key' implicitly has an 'any' type.
node_modules/@uniprank/ng2-file-uploader/module/source/transfer.core.ts(440,36):
error TS7005: Variable 'val' implicitly has an 'any' type.
node_modules/@uniprank/ng2-file-uploader/module/source/transfer.core.ts(440,41):
error TS7005: Variable 'i' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered: