Slava
Slava
It's working with the direct service container configuration through yaml.
@stof It was just a rough example to demonstrate the idea ) _Another use case_: I want to inject URI to some resource. Right now I have to inject Router...
@RavenHursT please see this topic as well: https://github.com/urish/angular-moment/issues/75
Maybe we could define some presets and provide them to the filter? Something like this: ``` javascript // Defining new preset via provider. provider.addPreset('myFilterPreset', { fooOption: 'value', barOption: 'anotherValue', //...
I wasn't being able to find any working Node web server to use with my single page application, so I've created a simple node server of my own on top...
Hello! Just curious, has anyone finished typings for vorpal?
+1, or even compare size
@neenhouse this looks extremely interesting, we would be very glad to see such service implemented. Do you have more progress? Is there a way for us to help?
As I found out in the FAQ: ``` Why? Because the array you are returning is what task is doing, not a task dependencies as you wish: @Task("default", ["clean", "compile",...
When I try to use `ts-node` I'm getting the following: ``` $ gulp [09:47:50] Failed to load external module ts-node/register [09:47:50] Failed to load external module typescript-node/register [09:47:50] Failed to...