In KnockoutSpa, use isomorphic-fetch for IE/Edge compatibility

This commit is contained in:
SteveSandersonMS
2016-08-19 01:08:57 +01:00
parent 5bc47aacd8
commit 48eb2b7a05
7 changed files with 126 additions and 90 deletions

View File

@@ -1,4 +1,5 @@
import * as ko from 'knockout';
import * as fetch from 'isomorphic-fetch';
interface WeatherForecast {
dateFormatted: string;