Ashton Harris

Results 3 issues of Ashton Harris

Example: ``` inlineSource(path, { rootpath: 'fofdsafndsgnsfdlkjgfjndlksgjno' }) .then((html) => { // Do something with html console.log('html: ', html); }) .catch((err) => { console.log('err: ', err); // Handle error }); ```...

Works fine running client side but not with Universal. ` /node_modules/ngx-scrollspy/dist/index.js:1 (function (exports, require, module, __filename, __dirname) { import { NgModule, Inject, Optional, OpaqueToken, SkipSelf } from '@angular/core'; ^^^^^^ SyntaxError:...

In certain situations the zoomToShowLayer callback is not fired. I have created a reproduction of this issue: https://plnkr.co/edit/PZlXx7gZQXQ9bees6GbB?p=preview Steps to reproduce: 1. Click the "Jump" button 2. Notice it should...