chore: router move import changes
This commit is contained in:
@ -8,8 +8,8 @@ import {
|
||||
beforeEach,
|
||||
} from '@angular/core/testing/testing_internal';
|
||||
|
||||
import {ParamRoutePath} from '../../../../router/src/rules/route_paths/param_route_path';
|
||||
import {parser, Url} from '../../../../router/src/url_parser';
|
||||
import {ParamRoutePath} from '../../../src/rules/route_paths/param_route_path';
|
||||
import {parser, Url} from '../../../src/url_parser';
|
||||
|
||||
export function main() {
|
||||
describe('PathRecognizer', () => {
|
||||
|
@ -8,9 +8,9 @@ import {
|
||||
beforeEach,
|
||||
} from '@angular/core/testing/testing_internal';
|
||||
|
||||
import {GeneratedUrl} from '../../../../router/src/rules/route_paths/route_path';
|
||||
import {RegexRoutePath} from '../../../../router/src/rules/route_paths/regex_route_path';
|
||||
import {parser, Url} from '../../../../router/src/url_parser';
|
||||
import {GeneratedUrl} from '../../../src/rules/route_paths/route_path';
|
||||
import {RegexRoutePath} from '../../../src/rules/route_paths/regex_route_path';
|
||||
import {parser, Url} from '../../../src/url_parser';
|
||||
|
||||
function emptySerializer(params) {
|
||||
return new GeneratedUrl('', {});
|
||||
|
Reference in New Issue
Block a user