refactor(docs-infra): simplify custom-element polyfill setup (#25806)

PR Close #25806
This commit is contained in:
Rob Wormald
2018-09-04 11:08:47 -07:00
committed by Misko Hevery
parent c1ae3c16e8
commit 59aab14394
4 changed files with 6 additions and 27 deletions

View File

@ -36,7 +36,8 @@
* Zone JS is required by Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
import '@webcomponents/custom-elements'; // Custom Elements Polyfill
import '@webcomponents/custom-elements/src/native-shim';
/***************************************************************************************************