Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66ce09 commit 27c050bCopy full SHA for 27c050b
modules/angular2/src/router/route_registry.ts
@@ -167,8 +167,7 @@ export class RouteRegistry {
167
}
168
169
if (normalizedLinkParams.length < 2) {
170
- throw new BaseException(
171
- `Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
+ throw new BaseException(`Link "${ListWrapper.toJSON(linkParams)}" must include a route name.`);
172
173
174
for (let i = 1; i < normalizedLinkParams.length; i += 1) {
0 commit comments