Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 75c943f

Browse files
lukaselmerjuleskremer
authored andcommitted
docs: fix indentation (#3109)
1 parent ab66d58 commit 75c943f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/router/ts/app/app.component.5.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Component } from '@angular/core';
1010
<a routerLink="/crisis-center" routerLinkActive="active">Crisis Center</a>
1111
<a routerLink="/heroes" routerLinkActive="active">Heroes</a>
1212
<a routerLink="/admin" routerLinkActive="active">Admin</a>
13-
<a [routerLink]="[{ outlets: { popup: ['compose'] } }]">Contact</a>
13+
<a [routerLink]="[{ outlets: { popup: ['compose'] } }]">Contact</a>
1414
</nav>
1515
<router-outlet></router-outlet>
1616
<router-outlet name="popup"></router-outlet>

0 commit comments

Comments
 (0)