Skip to content

callistaenterprise/cadec-2017-ts-client

Repository files navigation

Adress Book with local cache

I wrote this application using angular and angular-material

Functionality

  • adding/removing new contacts
  • showing all contacts
  • persisted data (using localstorage)

You can run this application using webpack server:

  • cd addressbook
  • npm install
  • npm run

or if you want to build this application, you can use these commands:

  • cd addressbook
  • npm install
  • npm build

and then the application will be in /dist dictionary

About

Demo app written in TypeScript client-side

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published