-
I want to share the images using glide,which are available in the cache,
`return Glide
.with(context)
.load(url)
.downloadOnly(T…
-
Im new to webpack, but based on the documentation (https://webpack.github.io/docs/configuration.html#devtool)
Should the webpack.config.js not be
```
devtool: 'source-map',
```
instead of
```
de…
-
- **I'm submitting a ...**
- [x] bug report
- [x] feature request
- [ ] support request
- [ ] other (Please specify)
- **Provide information & explanation**
When following the documentation it says t…
-
Hi.. Is there an example how to create a directive? I need a directive not a component. I need to do animations and lots of DOM manipulations.
Thanks
-
I use your documentation and run in:
```
NG6-starter (master) $ gulp
[22:42:06] No gulpfile found
```
Why don't you kick gulp and migrating all to npm scripts?
-
Form angular 1.5 we can use $componentController for unit test the controllers. It will be nice if we can update the repo to use it.
https://docs.angularjs.org/api/ngMock/service/$componentController…
-
When developing large scale application it is good to lazy load modules. Therefore it will be nice if there is an example how to integrate with ocLazyLoad
-
From : http://www.talkchess.com/forum/viewtopic.php?p=697040#697040
2016-11-30 version loses more on time.
3 losts on time, 2 times in a winning position and 1 time in a losing position (worth 1…
-
Would be good to have ability to use with ES6/CommonJS modules;
``` javascript
import angular from 'angular';
angular.constant(...)
```
-
Hi, I am trying to use a schema other than "SYSTEM" to use as my default schema, so that I don't have to add schema name in every query. But I don't find a way to do so.
Any help will be really appre…