Samitha Fernando

Results 21 comments of Samitha Fernando

> @luukdv Having the same issue (maybe related to #39638 and #39837) I found that replacing the trailing slash of the `source` with `{/}?` does _fix_ the rewrites on client-side...

Maybe have a look on https://github.com/petehunt/webpack-howto

I guess you only need karma-jasmine. did you try to run the tests without jasmine-core

@whisher yup you need to tell karma what are plugins you need to use ;)

Hey, You can add extra middleware to browser sync server. ``` `import proxy from 'http-proxy-middleware'; // see how to use here https://github.com/chimurai/http-proxy-middleware` middleware: [ proxy(`http://api.flickr.com/services/`, assign({}, proxyConfig)), ] ) ```

try something like this, ``` import $ from 'jquery'; import jQuery from 'jquery'; ```

Just use the component controller for unit tests. I have updated this repo as well. It will make things like this pretty easy

@ttbarnes I can't see above code is using component controller. I have updated this repo to use component controller recetly. Here is my commit, https://github.com/AngularClass/NG6-starter/commit/1e861070db71ceb6a0ceffa73353ba24e15cfaec

@pziegler @ttbarnes yup. as per my original comment, i was suggesting to use Angular component controller for unit tests. Component controller facilitate to write unit tests with ease! Also you...

Hey @bernardocs I am using ui.router version 1.0.8 in a large scale application ( more than 100K LOC ) and from my experience I can say that latest ui.router is...