| 1 | import * as angular from 'angular'; |
| 2 | import { find, map, prop, UrlMatcher } from '../src/index'; |
| 3 | import { UIRouter, UrlMatcherFactory, UrlService } from '@uirouter/core'; |
| 4 | declare var inject; |
nothing calls this directly
no test coverage detected