Created
August 27, 2019 16:38
-
-
Save hetdev/6dd79d63e2231f6d63942f6e583f0fc8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="es"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Angular Web Component Elements</title> | |
<base href="/"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
<phoenix-wc-wiki-ngx></phoenix-wc-wiki-ngx> | |
<phoenix-wc-wiki-ngx-lt></phoenix-wc-wiki-ngx-lt> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.4.4/polyfill.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.2.10/webcomponents-bundle.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/zone.js/0.9.1/zone.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.2.10/custom-elements-es5-adapter.js"></script> | |
<script type="text/javascript" src="phoenix-wc-wiki-ngx-bundle.js"></script> | |
<script type="text/javascript" src="phoenix-wc-wiki-ngx-lt-bundle.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment