#ng-state example application
Example application utilizing ng-state, showcasing possibilities of the library. You can find the live app here.
This app is a todo collection manager. @angular/router to manage navigation between routes;
Built with angular-cli
- ng-state/store - RxJS powered state management for Angular2 apps, inspired by Redux
- angular/router - Angular2 Component Router
# clone the repo
git clone https://github.com/ng-state/example-app
# change directory to repo
cd example-app
# Use npm or yarn to install the dependencies:
npm install
# OR
yarn
# start the server
ng serve
Navigate to http://localhost:4200/ in your browser
NOTE: The above setup instructions assume you have added local npm bin folders to your path. If this is not the case you will need to install the angular-cli globally.