Craig Goldstone
Craig Goldstone
I have an API which responds to a HTTP DELETE request with the following data (status code 200): ```json { "meta": { "status": 200, "message": "Foo successfully deleted" } }...
Is it possible? I'm looking to recreate animations like these: http://openlayers.org/en/v3.10.1/examples/animation.html If possible, let's get it into the docs?
### Describe the feature or problem you'd like to solve Provide an example in the documentation for how to test functional route guards without using NgModule ### Proposed solution People...
CSS is too specific, it's overkill. It is enough to simply use classes. Or even better, use [BEM](http://getbem.com/). ### Current: **bad** ``` div.auto-complete-container ul.auto-complete-results li.auto-complete-item {} ``` ### Proposal 1:...
I would like to request the ability to position the stroke (of a polygon) as `inside` or `outside` its path. With this I could: - create interesting custom feature interactions...