| 1 | import * as angular from 'angular'; |
| 2 | import { extend, forEach, StateDeclaration, UrlMatcher } from '@uirouter/core'; |
| 3 | import { obj, resolvedError, resolvedValue, html5Compat, decorateExceptionHandler } from './util/testUtilsNg1'; |
| 4 | import { Ng1StateDeclaration } from '../src'; |
nothing calls this directly
no test coverage detected