Max Fahl
Max Fahl
I just created a simple directive for autosize like: ```typescript import * as autosize from 'autosize'; import { Directive, ElementRef, OnInit, OnDestroy, Input } from '@angular/core'; @Directive({ selector: '[autosize]' })...
@wgrabowski I'm sure there is. This is just an old example. But people using my example might have good use of the typings.
I'm really hoping for some issues to get resolved. This is an extremely helpful project, unfortunately it's open source, so we can't count on frequent updates.
That's great news. Did not check for other branches. Seems there has been some activity lately, awesome! I'm really thankful for the work you're doing here @computerjazz, my application would...
Thank you :)
Unfortunately, a transparent page introduces a bug when flipping back to the "cover", as displayed below.  How did you work this out @foxacid ?
@foxacid I've added a transparent png as you say, but no dice. ```html Page Cover Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed finibus, nunc vel maximus dignissim, sapien...
I made a fork adding the ability to have soft pages for front/back. If you're happy with the state of this project, but really needs that functionality, you're welcome to...
I noticed this yesterday as well, would be nice if this could be managed somehow.
I haven't been updating the NPM package in a long time as I just needed it for a specific project back when. Really nice work though :)