mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Updates the dynamic-compiler test to be compatible with the APF v13. As of v13, the packages no longer come with metadata.json files and now need to be processed with the babel linker plugin. This commit sets up the linker plugin, and switches away from the deprecated systemjs approach to a simpler rollup code-splitting variant. PR Close #43431
12 lines
267 B
HTML
12 lines
267 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
<script src="/node_modules/zone.js/bundles/zone.umd.js"></script>
|
|
<script type="module" src="/dist/main.bundle.js"></script>
|
|
</body>
|
|
</html>
|