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:
|
* Usage:
|
||||||
* value | exponentialStrength:exponent
|
* value | exponentialStrength:exponent
|
||||||
* Example:
|
* Example:
|
||||||
* {{ 2 | exponentialStrength:10}}
|
* {{ 2 | exponentialStrength:10 }}
|
||||||
* formats to: 1024
|
* formats to: 1024
|
||||||
*/
|
*/
|
||||||
@Pipe({name: 'exponentialStrength'})
|
@Pipe({name: 'exponentialStrength'})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user