| 1 | import * as angular from 'angular'; |
| 2 | import { tail, curry, PathNode, PathUtils, ViewService, StateMatcher, StateBuilder, StateObject } from '@uirouter/core'; |
| 3 | import { ng1ViewsBuilder, getNg1ViewConfigFactory } from '../src/statebuilders/views'; |
| 4 | import { Ng1StateDeclaration } from '../src/interface'; |
nothing calls this directly
no test coverage detected