Skip to content

Instantly share code, notes, and snippets.

@hetdev
Created August 27, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hetdev/6dd79d63e2231f6d63942f6e583f0fc8 to your computer and use it in GitHub Desktop.
Save hetdev/6dd79d63e2231f6d63942f6e583f0fc8 to your computer and use it in GitHub Desktop.
<!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