Fix: Issues #14,#15,#19,#20. Ref: Deleted angular-librarian and added scripts in package.json to manage publishing; Version upgrade
This commit is contained in:
parent
f5b3989236
commit
a4fc14af06
65 changed files with 22464 additions and 1460 deletions
13
examples/dev/src/app/app.component.html
Normal file
13
examples/dev/src/app/app.component.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div style="border: 2px solid; overflow:hidden; width:100%; height:300px; font-size:520px;">
|
||||
<div [fittext]="true"
|
||||
[modelToWatch]="title"
|
||||
[activateOnResize]="true"
|
||||
[useMaxFontSize]="true">{{title}}</div>
|
||||
</div>
|
||||
|
||||
<button (click)="click('add')"> ADD text</button>
|
||||
<button (click)="click('remove')"> REMOVE text</button>
|
||||
|
||||
<div #cont2 style="border: 2px solid; height:101px; width:20%;">
|
||||
<input [fittext]="true" style="width:100%; height:100px" [activateOnResize]="true" [activateOnInputEvents]="true" [container]="cont2">
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue