parent
a84a9ba705
commit
37f8263430
|
@ -57,7 +57,7 @@ export class NgStyle implements DoCheck {
|
||||||
@Input()
|
@Input()
|
||||||
set ngStyle(
|
set ngStyle(
|
||||||
/**
|
/**
|
||||||
* An array of style properties, specified as colon-separated
|
* A map of style properties, specified as colon-separated
|
||||||
* key-value pairs.
|
* key-value pairs.
|
||||||
* * The key is a style name, with an optional `.<unit>` suffix
|
* * The key is a style name, with an optional `.<unit>` suffix
|
||||||
* (such as 'top.px', 'font-style.em').
|
* (such as 'top.px', 'font-style.em').
|
||||||
|
|
Loading…
Reference in New Issue