From 4ecaefca52976edeebbadc45fab914ebdced913a Mon Sep 17 00:00:00 2001 From: Simon Kamlet Date: Fri, 22 Jul 2016 11:04:51 +0200 Subject: [PATCH] fix angular's (click) events not being triggered on IE9 --- templates/Angular2Spa/ClientApp/boot-client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Angular2Spa/ClientApp/boot-client.ts b/templates/Angular2Spa/ClientApp/boot-client.ts index be3ca226..d19ff24e 100644 --- a/templates/Angular2Spa/ClientApp/boot-client.ts +++ b/templates/Angular2Spa/ClientApp/boot-client.ts @@ -1,3 +1,4 @@ +import 'es6-shim'; require('zone.js'); import 'bootstrap'; import 'reflect-metadata';