Skip to content

Instantly share code, notes, and snippets.

@hetdev
Created August 27, 2019 16:37
Show Gist options
  • Save hetdev/e5511b598a28f0fdb9ec3262e4e1eb2c to your computer and use it in GitHub Desktop.
Save hetdev/e5511b598a28f0fdb9ec3262e4e1eb2c to your computer and use it in GitHub Desktop.

Revisions

  1. hetdev created this gist Aug 27, 2019.
    28 changes: 28 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    <!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>



    <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="main-es5.js"></script>
    <!--<script type="text/javascript" src="main-es2015.js"></script>-->

    </body>

    </html>