0 votes
in Angular by
plunker

1 Answer

0 votes
by
<!DOCTYPE html>

<html>

<head>

  <base href="." />

  <script type="text/javascript" charset="utf-8">

    window.AngularVersionForThisPlunker = '6.0.0-beta.7'

  </script>

  <title>angular playground</title>

  <script src="https://madanswer.com/[email protected]/client/shim.min.js"></script>

  <script src="https://madanswer.com/zone.js/dist/zone.js"></script>

  <script src="https://madanswer.com/zone.js/dist/long-stack-trace-zone.js"></script>

  <script src="https://madanswer.com/[email protected]/Reflect.js"></script>

  <script src="https://madanswer.com/[email protected]/dist/system.js"></script>

  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

  <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>

  <script src="https://madanswer.com/[email protected]/js/gijgo.min.js" type="text/javascript"></script>

  <link href="https://madanswer.com/[email protected]/css/gijgo.min.css" rel="stylesheet" type="text/css" />

  <script src="config.js"></script>

  <script>

    System.import('app')

      .catch(console.error.bind(console));

  </script>

</head>

<body>

  <my-app>

    loading...

  </my-app>

</body>

</html>

Related questions

0 votes
asked Sep 13, 2019 in Angular by ivor2019
0 votes
asked Sep 13, 2019 in Angular by ivor2019
...