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

https://github.com/bblackwo/angular-router-angular-js-ui-router-hybrid

Angular Router and AngularJs UI Router hybrid app guide
https://github.com/bblackwo/angular-router-angular-js-ui-router-hybrid

angular angular-router angular-upgrade angular6 angularjs guide ui-router upgrade

Last synced: 11 months ago
JSON representation

Angular Router and AngularJs UI Router hybrid app guide

Awesome Lists containing this project

README

          

# Angular Router AngularJs UI Router Hybrid

## Guide

This repo is a **[step by step guide](./guide/README.md)** as well as a demo project on setting up a hybrid [Angular Router](https://angular.io/api/router) and [AngularJs UI-Router](https://github.com/angular-ui/ui-router) hybrid app.

Make sure you check out the [guide](./guide/) folder with all of the documentation.

-----

### Running the project locally

- `npm start` to run the project
- `npm run build` to build the project
- `npm test` to run unit tests
- `npm run e2e` to run e2e tests

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.