How to create a simple hello-world component and use it in the index page. We will use TypeScript and Html in the example bellow. To run the example you will need the npm installed.
The structure that we will need:
- hello_world_app
- index.html
- app
- main.ts
- hello_world.ts
- package.json
- tsconfig.json