/Angular-Crud-App

Creating a Crud Application based on Angular

Primary LanguageTypeScript

  • This is the aimed UI for the app.
  • 3 components - add-student, edit-student, list-student
  • I am done with mongo connection, just UI is pending

UI

##Steps to contribute to the repo.

  • Fork the repo
  • Clone the repo
  • Hit npm install
  • run ng serve and open the localhost:4200 in browser.
  • Make changes according to UI
  • Push the repo
  • Make new Pull request