An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Sticky Notes Angular 2 App

![App Screenshot](http://i.imgur.com/NvElMYm.png)

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/)