Slava

Results 181 comments of Slava
trafficstars

That is perfectly fine. I'm not sure that such a function can be useful for AngularJS modules.

Now, I'm guessing that this relates to the attributes feature, however, this shouldn't be a problem, because parser shouldn't expect attributes in the middle of select expression. I think it's...

Also, when loading bar is used for some very quick actions (like quick HTTP requests) it flashes very fast, but we would like to make it more "inert", so it...

This gave me an "amazing" user experience today, what a shame :)

@mattphillips hello?

We have all our code written in TypeScript in our project, including configuration files for Webpack and Jest (which also supports TS-configs out of the box by the way). It...

Actually, it's pretty easy to implement on the Babel side. I've implemented a CLI tool that have it's own multi-format config files. The config-loading code looks like this: ```javascript import...

This is awesome. I was thinking about such a tool recently. It will be very handy to control bundle size during the course of the app development. It will be...

Hello @ming-body7 I've developed [a module](https://github.com/betsol/ng-ui-router-styles) for Angular that tries to solve the problem of loading CSS dynamically, please have a look. It's kinda experimental, but we are using it...

@davguij I believe that unsubscribing from observable should automatically free all associated resources, including cancelling the HTTP request in progress.