Skip to content

Commit 76e1f86

Browse files
committed
docs(router): add description for Url class
1 parent d49bc43 commit 76e1f86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/angular2/src/router/url_parser.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import {
77
CONST_EXPR
88
} from 'angular2/src/core/facade/lang';
99

10-
10+
/**
11+
* This class represents a parsed URL
12+
*/
1113
export class Url {
1214
constructor(public path: string, public child: Url = null,
1315
public auxiliary: List<Url> = CONST_EXPR([]),

0 commit comments

Comments
 (0)