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
- Host: GitHub
- URL: https://github.com/bblackwo/angular-router-angular-js-ui-router-hybrid
- Owner: BBlackwo
- Created: 2018-07-20T08:23:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T11:34:14.000Z (about 4 years ago)
- Last Synced: 2025-07-20T07:51:01.581Z (11 months ago)
- Topics: angular, angular-router, angular-upgrade, angular6, angularjs, guide, ui-router, upgrade
- Language: TypeScript
- Homepage: https://github.com/BBlackwo/angular-router-angular-js-ui-router-hybrid/blob/master/guide/README.md
- Size: 194 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.