- Removed surrounding spaces in interpolation expressions following the styleguide - Consistant spacing of two spaces in html Fixes #23105 PR Close #24497
This commit is contained in:

committed by
Miško Hevery

parent
01e7ff682c
commit
676ec411b9
@ -14,7 +14,7 @@
|
||||
<div *ngIf="selectedHero">
|
||||
|
||||
<!-- #docregion selectedHero-details -->
|
||||
<h2>{{ selectedHero.name | uppercase }} Details</h2>
|
||||
<h2>{{selectedHero.name | uppercase}} Details</h2>
|
||||
<div><span>id: </span>{{selectedHero.id}}</div>
|
||||
<div>
|
||||
<label>name:
|
||||
|
Reference in New Issue
Block a user