Skip to content

Officially maintained example application showcasing possibilities of @ng-state

License

Notifications You must be signed in to change notification settings

ng-state/example-app

Repository files navigation

#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

Included

Quick start

# 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.

About

Officially maintained example application showcasing possibilities of @ng-state

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published