├── .gitignore ├── LICENSE ├── README.md ├── angular_1_router.js ├── index.js └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/excellalabs/ngComponentRouter/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/excellalabs/ngComponentRouter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/excellalabs/ngComponentRouter/HEAD/README.md -------------------------------------------------------------------------------- /angular_1_router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/excellalabs/ngComponentRouter/HEAD/angular_1_router.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/excellalabs/ngComponentRouter/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/excellalabs/ngComponentRouter/HEAD/package.json --------------------------------------------------------------------------------