weekend project to make a simple web app using Typescript/Ionic/Angular.

hello.html 145B

1234567
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>TypeScript Greeter</title></head>
  4. <body>
  5. <script src="hello.js"></script>
  6. </body>
  7. </html>