Arda TANRIKULU

Results 361 comments of Arda TANRIKULU

Does it work right now with version 0.4.0?

Does it work right now with version 0.4.0?

Could you install `barbatus:typescript-runtime`? ``` meteor add barbatus:typescript-runtime ```

- You need to define env variable `AOT` to enable `AOT` in development mode. - `onPageLoad` is part of `server-render` package of Meteor. You can check Meteor docs about it....

Could you try to add this on the top the file? ```ts /// ```

Try to use this way; Subscription is triggered once it's ready, and the collection observable is independently triggered by Meteor's tracker. Please let me know if it is fixed or...

Maybe you should try `mergeMap` or somehow. Or you can use `Tracker.autorun` and `Meteor.subscribe` to get data inside autorun callback and trigger redux without dealing with RxJS.

This is not expected behaviour, because `angular compilers` only processes TypeScript files, but HTML and SCSS compilers can work in same way, so you can use same syntax with the...

I think there is a wrong path in a source file, because when there is one, it sends index.html as default for 404. After that, this causes recursion by bootstrapping...

Thank you for your collaboration! Angular CLI was firstly designed to use with SystemJS. SystemJS loads modules by their path properly, but Angular couldn't have recognized those path in order...