Raúl Jiménez

Results 48 comments of Raúl Jiménez

If you have problems with your paths you can config them on System.config: ``` js System.config({ paths: { 'angular2/*': 'node_modules/angular2/*' }, format: 'register', defaultJSExtensions: true }); ```

I'm want to make a "Part 2" of the article with updated examples and some advanced topics about testing. Not sure when I can have it finished, because I'm pretty...

It happens with default values, so no, it should not be in the same path.

I will try to set up an example on Codepen soon :)

No, sorry, this is closed source code for a startup. But no problem, I will try to set up something this afternoon if I have time, ok?

Hi, I've created this repo with my problem. https://github.com/Elecash/angular-apimock-test Follow instructions and you will see the problem. Install dependencies, run "gulp test" and tests should fail. Open this file: https://github.com/Elecash/angular-apimock-test/blob/master/scripts/hello-world.js...

No problem. Now I'm using a workaround with the ngMockE2E module (I should write a post about it), but this module is a cleaner solution for me :)

The truth is that I'm not working on that project anymore so I just don't need this, sorry!

You can disable the native fullscreen. ``` ```

I don't know what could be wrong on iPad, but it's definitely a bug. I will try to look to it but not soon probably so I'm glad to review...