Skip to content

konarssuresh/Contacts

Repository files navigation

ContactsApp

This project was generated with Angular CLI version 9.0.7.

Folder Structure

  • src -> contains all the actual code files and source files for App.
  • src/app -> contains all code files related to application.
  • src/app/components -> contains all components used in the app.
  • src/app/models -> contains all the models(classes) that is used in the application.
  • src/app/pipes -> contains all the Pipes used to format data in the application.
  • src/app/services -> contains all the service files (dependency injection) in the application.
  • src/assets -> contains dummy data file ,images, files used in the Application.
  • src/environments -> contains environment configuration files (not used in this demo).

To Run in local environment

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About

sample contacts app that is used to store contacts. Uses localstorage to do so

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published