File tree Expand file tree Collapse file tree 3 files changed +28
-10
lines changed
Expand file tree Collapse file tree 3 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1- .idea
2- # Node generated files
1+
2+ # compiled output
3+ /dist
4+ /tmp
5+ /deploy
6+ /screenshots
7+
8+ # dependencies
39node_modules
4- npm-debug.log
5- # OS generated files
6- Thumbs.db
7- .DS_Store
8- # Ignored files
10+
11+ # IDEs
12+ /.idea
13+ /.vscode
14+
15+ # misc
916* .js
1017* .map
11- * .d.ts
18+ * .d.ts
19+ .DS_Store
20+ Thumbs.db
21+ /.sass-cache
22+ /connect.lock
23+ /coverage /*
24+ /libpeerconnection.log
25+ npm-debug.log
26+ testem.log
27+ /.chrome
28+ /.git
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Import it in your Angular4 project like a module
6363 | ` [activateOnResize]` (optional) | enable/disable the auto-scale in case of window resize | boolean (default ` true` )
6464 | ` [compression]` (optional) | compression rate. How fast should the text resize | number (default ` 1` )
6565 | ` [minFontSize]` (optional) | minimum font size allowed on element | number (default -infinity)
66- | ` [minFontSize ]` (optional) | maximum font size allowed on element | number (default bitSize limit)
66+ | ` [maxFontSize ]` (optional) | maximum font size allowed on element | number (default bitSize limit)
6767
6868
6969# ## Development
Original file line number Diff line number Diff line change 11{
22 "name" : " ng4-fittext" ,
3- "version" : " 1.1.4 " ,
3+ "version" : " 1.1.5 " ,
44 "description" : " An Angular4.* directive to auto-scale the font-size of an element to fit it's parent element." ,
55 "main" : " index.ts" ,
66 "scripts" : {
1414 "keywords" : [
1515 " angular2" ,
1616 " angular4" ,
17+ " angular5" ,
1718 " responsive" ,
1819 " responsive font" ,
1920 " fittext" ,
You can’t perform that action at this time.
0 commit comments