docs: fix style in helper text (#18055)
This commit is contained in:
parent
e8bbf86e66
commit
9003770f02
|
@ -6,7 +6,7 @@ import { Pipe, PipeTransform } from '@angular/core';
|
|||
* Usage:
|
||||
* value | exponentialStrength:exponent
|
||||
* Example:
|
||||
* {{ 2 | exponentialStrength:10}}
|
||||
* {{ 2 | exponentialStrength:10 }}
|
||||
* formats to: 1024
|
||||
*/
|
||||
@Pipe({name: 'exponentialStrength'})
|
||||
|
|
Loading…
Reference in New Issue