refactor(docs-infra): update loading of custom elements to use dynamic import syntax (#30704)

Removes the usage of `NgModuleFactoryLoader` and string-based imports for lazy loading.

PR Close #30704
This commit is contained in:
Brandon
2019-05-14 09:35:10 -05:00
committed by Miško Hevery
parent 1315d23aa4
commit fcef39048a
5 changed files with 36 additions and 44 deletions

View File

@ -2,8 +2,8 @@
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 2980,
"runtime-es2015": 2986,
"runtime-es5": 2516,
"runtime-es2015": 2522,
"main-es5": 504760,
"main-es2015": 443497,
"polyfills-es5": 128751,