valakis

Results 4 comments of valakis

You have to provide the `PathLocationStrategy` instead of the `HashLocationStrategy` then it will serve without the #, but then you have to handle the non default routes by a server-

Currently there are not possible to do it without some painfull solution. I planning to add some feature to the DataTAble in the week, i will try to add a...

I checked it, on the following example (with ddc and dart2js too) ``` @Component( selector: 'app', template: '>', directives: [StreamComponent]) class AppCmp { void a() {} } @Component(selector: 'stream', template:...

Hello in your usecase did you use ddc and does your application non default basehref setted?