Version upgrade 1.2.8

This commit is contained in:
Lorenzo Iovino 2019-11-05 10:22:39 +01:00
parent c81bd1b8e9
commit e6df3f0926
4 changed files with 27 additions and 7 deletions

View file

@ -97,7 +97,7 @@ Import it in your Angular2 project like a module
```
Parameters:
Input Parameters:
| Parameter | Description | Values |
| --- | --- | --- |
@ -111,6 +111,14 @@ Import it in your Angular2 project like a module
| modelToWatch | pass model to watch, when this model changes -> font size is automatically recalculated | any type of model
fontSizeChanged
Output Parameters:
| Parameter | Description | Values |
| --- | --- | --- |
| fontSizeChanged | current font size | string
### Development
Want to contribute? Great!