Skip to content

hrundik/angular-contact-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager with Angular2

Simple example application for Angular2

Based on Backbone Contact Manager by Dmitro Yarmak

Developing

  1. npm install to install dependencies
  2. npm run tsc to start building typescript live
  3. npm start to start local server

Testing

Just go to /src/unit_tests.html to see test results. No console task for now.

Deploying

npm run build to build for production. Then copy the contents of the build directory to the server.

About

Simple Angular 2 example application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 77.1%
  • HTML 12.9%
  • JavaScript 8.5%
  • CSS 1.5%