Skip to content

Commit 0b15c16

Browse files
lukaselmerabdel-ships-it
authored andcommitted
docs: fix indentation (angular#3109)
1 parent 39ba145 commit 0b15c16

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

Lines changed: 1 addition & 1 deletion
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)