Shawn McKay

Results 36 comments of Shawn McKay

Ah, for package paths `:`'s are replaced with `_`'s. That's good to know. As for Typescript, there aren't any good solutions for the compiling. It either works with Angular 2,...

Good idea. I've changed the package to use the development version.

It looks like the `routerInjectables` are now `ROUTER_BINDINGS`, and `routerDirectives` may be referenced as `ROUTER_DIRECTIVES`. I've made a [pull request](https://github.com/Urigo/angular-meteor/pull/660) to update the tutorial.

Hi Vjau, that's pretty wild. I can't imagine what kind of wickedness would cause that. Meteor is running the compiled JavaScript, which would not include the interfaces or types. I've...

The following methods exists: ```js import G6Editor from '@antv/g6-editor' G6Editor.registerGroup(a, b, c, d) G6Editor.Flow.registerGroup(a, b, c) ``` Without documentation, it's not clear what the params may be.

Would it be possible to make the source code available, rather than just the build?