Skip to content

Subham0007/AngularSPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

AngularSPA

Demo project for angular SPA pratice

change the branch to see the different versions of this demo project.

#html pages(total 4)

  1. index.html is my landing page.
  2. i made another 3 pages that will be reused for routing purpose.
  3. "/" in the index.js shows the default home page of my SPA, which is Home.html.
  4. Then we can route to another 2 pages called VALIDATION-FORM.html and about.html .
  5. In VALIDATION-FORM.html we can store data to our browser local storage, you can check that.
  6. in about.html the is 1 paragraph about the school.

#.js page(1 page)

  1. i used app.config for the purpose of routing to different pages.

  2. then i used app.controller for the validation and storage of inputs from VALIDATION-FORM.html .

thank you.

About

Demo project for angular SPA Pratice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors