https://github.com/martinlaws/sticky-notes-ng2-app
One small step from a todo list sample app, one giant leap for mankind.
https://github.com/martinlaws/sticky-notes-ng2-app
angular-resources angular2 component-driven rxjs-observables
Last synced: about 1 month ago
JSON representation
One small step from a todo list sample app, one giant leap for mankind.
- Host: GitHub
- URL: https://github.com/martinlaws/sticky-notes-ng2-app
- Owner: martinlaws
- Created: 2017-01-24T21:03:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T15:33:55.000Z (about 8 years ago)
- Last Synced: 2025-06-03T16:22:11.423Z (12 months ago)
- Topics: angular-resources, angular2, component-driven, rxjs-observables
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sticky Notes Angular 2 App

This app is a proof-of-concept UI app made in Angular 2. In order to get the UI server going, run `npm install`, then `npm start`.
In order to get the API server going, run `npm run api`.
Resources:
* [Angular 2 Cheat Sheet](https://angular.io/docs/ts/latest/guide/cheatsheet.html)
* [Angular Augury - Google's Dev Tools extension for debugging NG2 apps](https://augury.angular.io/)
* [Angular 2 Education Resources](https://github.com/timjacobi/angular2-education)
* [Angular's Resources Section](https://angular.io/resources/)
* [RxJS Observables (really just for those interested)](http://reactivex.io/rxjs/)