angular-esri-components
angular-esri-components copied to clipboard
Changed http to https on CSS url
It resolved the issue #35
This LGTM.
Seems like this would be as good at time as any to bump the version to the most recent version of the ArcGIS API (4.11).
Another idea would be to bump to the latest esri-loader and storing esri-loader options in the environment instead of arcGisScriptUrl and arcGisCssUrl. Then we could automatically keep this repo up to date w/ the latest version of the ArcGIS API by defaulting to: esriLoaderOptions: { css: true }.
Totally agree