Khaled Elmahdi

Results 1 issues of Khaled Elmahdi

First, thank you for the guid. I found a typo in the `gulpfile.js`, it should be like this to match `systemjs.config.js`: ``` ... .copy('node_modules/@angular', 'public/js/@angular') .copy('node_modules/anular2-in-memory-web-api', 'public/js/anular2-in-memory-web-api') .copy('node_modules/core-js', 'public/js/core-js') .copy('node_modules/reflect-metadata',...