From 2558e6843cd6f7a55fe5ecb47c0cbcfd42c08061 Mon Sep 17 00:00:00 2001 From: Brandon Roberts Date: Fri, 16 Nov 2018 09:19:46 -0600 Subject: [PATCH] docs: add browser polyfills for IE11 with hash-based routing (#27135) Closes #26511 PR Close #27135 --- aio/content/guide/browser-support.md | 41 +++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/browser-support.md b/aio/content/guide/browser-support.md index df9e9a5c22..420d9618a4 100644 --- a/aio/content/guide/browser-support.md +++ b/aio/content/guide/browser-support.md @@ -372,6 +372,27 @@ Here are the features which may require additional polyfills: + + + + + [Router](guide/router) + + when using [hash-based routing](guide/router#appendix-locationstrategy-and-browser-url-styles) + + + + + [ES7/array](guide/browser-support#core-es7-array) + + + + + IE 11 + + + + @@ -402,7 +423,7 @@ Below are the polyfills which are used to test the framework itself. They are a - ES7/reflect + ES7/reflect @@ -416,6 +437,24 @@ Below are the polyfills which are used to test the framework itself. They are a + + + + + ES7/array + + + + + MIT + + + + 0.1KB + + + +