@ -43,7 +43,7 @@ var _resolveToNull = PromiseWrapper.resolve(null);
|
||||
*/
|
||||
@Injectable()
|
||||
export class RouteRegistry {
|
||||
private _rules: Map<any, RouteRecognizer> = new Map();
|
||||
private _rules = new Map<any, RouteRecognizer>();
|
||||
|
||||
/**
|
||||
* Given a component and a configuration object, add the route to this registry
|
||||
|
Reference in New Issue
Block a user