angularjs-pdf icon indicating copy to clipboard operation
angularjs-pdf copied to clipboard

angular2 support

Open viskin opened this issue 9 years ago • 5 comments

When can we expect support of angular2?

viskin avatar May 03 '16 14:05 viskin

I actually started conversion attempt: https://github.com/viskin/angularjs-pdf/tree/angular2

viskin avatar May 04 '16 12:05 viskin

@viskin happy to pass on this project to anyone who wants to upgrade and maintain it for angular 2.

sayanee avatar May 05 '16 00:05 sayanee

Great library, but unfortunately I currently have no time for helping to maintain it.

I will be glad to finish the conversion to angular2, which is already 75% done.

viskin avatar May 07 '16 09:05 viskin

Whats the current status for angular2 support

stijn26 avatar Aug 10 '16 11:08 stijn26

I've done some testing here: https://github.com/viskin/angularjs-pdf/tree/angular2. Sadly I currently have no time to invest in it. I implemented pdf component there based on original js implementation. What left unsolved is implementing navigation as separate component that will delegate things (e.g next page pressed) to pdf component, while pdf component should (in my opinion) just render to canvas. Tooling files (build process) should be upgraded to typescript.

viskin avatar Aug 10 '16 12:08 viskin