| 1 | import * as angular from 'angular'; |
| 2 | import { ILocationService, ILocationProvider } from 'angular'; |
| 3 | import { html5Compat } from './util/testUtilsNg1'; |
| 4 | import { UrlRule, UrlMatcher, UrlMatcherFactory, UrlRouter, StateService, UIRouter } from '../src/index'; |
nothing calls this directly
no test coverage detected