{"id":21678286,"url":"https://github.com/base-apps/angular-dynamic-routing","last_synced_at":"2026-05-20T10:40:49.866Z","repository":{"id":57178325,"uuid":"65416550","full_name":"base-apps/angular-dynamic-routing","owner":"base-apps","description":"Angular modules designed to use the output from Angular Front Router","archived":false,"fork":false,"pushed_at":"2016-08-24T05:47:21.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-25T11:41:14.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/base-apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-10T21:07:16.000Z","updated_at":"2019-12-10T21:14:40.000Z","dependencies_parsed_at":"2022-09-14T02:31:16.524Z","dependency_job_id":null,"html_url":"https://github.com/base-apps/angular-dynamic-routing","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-dynamic-routing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-dynamic-routing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-dynamic-routing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base-apps%2Fangular-dynamic-routing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/base-apps","download_url":"https://codeload.github.com/base-apps/angular-dynamic-routing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591479,"owners_count":20477707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T14:27:42.580Z","updated_at":"2026-05-20T10:40:49.820Z","avatar_url":"https://github.com/base-apps.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Dynamic Routing\nAn angular module designed to create [ui-router](https://github.com/angular-ui/ui-router) states dynamically via a state configuration object.  Use the optional animation module to provide fancy animations during state transitions.\n\n[![GitHub version](https://badge.fury.io/gh/base-apps%2Fangular-dynamic-routing.svg)](https://badge.fury.io/gh/base-apps%2Fangular-dynamic-routing)\n\nThese modules were originally part of [Foundation for Apps](https://github.com/zurb/foundation-apps) and later [Angular Base Apps](https://github.com/base-apps/angular-base-apps), but now exist in their own standalone project.\n\n## Install\n\nGet started by installing angular-dynamic-routing from npm.\n\n```bash\nnpm install angular-dynamic-routing --save\n```\n\nThis library is often combined with [base-apps-router](https://github.com/base-apps/base-apps-router) which can be used to create the state configuration objects.\n\n## Usage\n\nInclude the dynamic routing modules and source code:\n- `dynamicRouting` - node_modules/angular-dynamic-routing/dynamicRouting.js\n- `dynamicRouting.animations` (optional) - node_modules/angular-dynamic-routing/dynamicRouting.animations.js\n\nThe `dynamicRouting` module can configure states in one of two ways:\n\n1. Assign the state configurations to a `BaseAppsRoutes` global variable\n2. Pass the state configurations to the `$BaseAppsStateProvider.registerDynamicRoutes` method during the config phase of your application\n\n## Modules\n\n### dynamicRouting\n**Dependencies**: ui.router\n\nUses the provided state configuration objects to create states for ui-router.\n\nThe module also includes a DefaultController which exposes the variables declared in the state configuration object.\n\n### dynamicRouting.animations (optional)\n**Dependencies**: ngAnimate, dynamicRouting\n\nThis module is an optional add-on which allows the dynamically routed views to animate as long as there is an animationIn and an animationOut in the state configuration object.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase-apps%2Fangular-dynamic-routing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbase-apps%2Fangular-dynamic-routing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase-apps%2Fangular-dynamic-routing/lists"}