Fix: added deprecated useMaxFontSize to prevent broken builds
This commit is contained in:
parent
62746405ce
commit
2c1ecf394d
8 changed files with 245 additions and 139 deletions
|
|
@ -106,6 +106,7 @@ Import it in your Angular2 project like a module
|
|||
| activateOnResize | enable/disable the autofit in case of window resize | true or false (default false)
|
||||
| activateOnInputEvents | enbale/disable the autofit in case of input box events (keydown, keyup etc..) | true or false (default false)
|
||||
| maxFontSize | maximal font size | number, default is 1000
|
||||
| **!deprecated!** useMaxFontSize | use max font size if is true | deprecated!
|
||||
| minFontSize | minimal font size | number, default is 7
|
||||
| modelToWatch | pass model to watch, when this model changes -> font size is automatically recalculated | any type of model
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue