
committed by
Misko Hevery

parent
0246b2a2cb
commit
787d1f955f
@ -92,6 +92,9 @@ function stringifyAux(instruction: Instruction): string {
|
||||
export class ComponentInstruction {
|
||||
reuse: boolean = false;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
constructor(public urlPath: string, public urlParams: string[],
|
||||
private _recognizer: PathRecognizer, public params: StringMap<string, any> = null) {}
|
||||
|
||||
|
@ -31,6 +31,9 @@ export class RouterOutlet {
|
||||
private _componentRef: ComponentRef = null;
|
||||
private _currentInstruction: ComponentInstruction = null;
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
constructor(private _elementRef: ElementRef, private _loader: DynamicComponentLoader,
|
||||
private _parentRouter: routerMod.Router, @Attribute('name') nameAttr: string) {
|
||||
if (isPresent(nameAttr)) {
|
||||
|
Reference in New Issue
Block a user