refactor(docs-infra): simplify custom-element polyfill setup (#25806)
PR Close #25806
This commit is contained in:

committed by
Misko Hevery

parent
c1ae3c16e8
commit
59aab14394
@ -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';
|
||||
|
||||
|
||||
/***************************************************************************************************
|
||||
|
Reference in New Issue
Block a user