angular2-canvas-renderer-experiment icon indicating copy to clipboard operation
angular2-canvas-renderer-experiment copied to clipboard

Results 3 angular2-canvas-renderer-experiment issues
Sort by recently updated
recently updated
newest added

The `tsc` command gives following errors: ``` typings/browser/ambient/es6-promise/es6-promise.d.ts(14,15): error TS2300: Duplicate identifier 'Promise'. typings/browser/ambient/es6-promise/es6-promise.d.ts(45,16): error TS2300: Duplicate identifier 'Promise'. typings/browser/ambient/es6-shim/es6-shim.d.ts(477,11): error TS2300: Duplicate identifier 'Promise'. typings/browser/ambient/es6-shim/es6-shim.d.ts(554,13): error TS2300: Duplicate identifier...

Your index.html contain System.config({ packages: { app: { format: 'register', defaultExtension: 'js' } } }); System.import**('app.js').**then(null, console.error.bind(console)); and inside src/ contains app.ts, this is not running, please fix. Also i...

I can't seem to get this to run. Ran through the install instructions, keep getting stuck at tsc: `Unknown compiler option 'moduleResolution'` I remove the line and I get a...