- Create a web app using the Angular framework.
- Create tabs (sample tabs) of 5 pages.
- Each page should contain a text box, when a user enters it, the corresponding value should be shown in the
- tag below the text box.
- if the user refreshes the browser tab, the data related to each page should persist.
- if a user opens the application in another tab, then also the data should exist.
Dependencies: bootstrap v4.5
via npm:
To run, hit ng serve --open
in the angular cli.