Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 714 Bytes

File metadata and controls

18 lines (12 loc) · 714 Bytes

Detailed Explanation of the task

  • 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.

Output Screenshot

enter image description here

enter image description here

Installation

Dependencies: bootstrap v4.5 via npm:

To run, hit ng serve --open in the angular cli.