Fix AOT issue #22

Merged
davidstellini merged 1 commit from patch-1 into master 2019-10-10 19:52:13 +00:00
davidstellini commented 2019-10-10 13:25:49 +00:00 (Migrated from github.com)

This library breaks when running the production build on Angular 8 using AOT, as per https://stackoverflow.com/questions/48163344/angular-aot-error-in-ng-component-html-file-expected-0-arguments-but-got-1/48172467
This is the error: Ng2FittextDirective, Expected 0 arguments, but got 1.
This MR fixes this issue.

This library breaks when running the production build on Angular 8 using AOT, as per https://stackoverflow.com/questions/48163344/angular-aot-error-in-ng-component-html-file-expected-0-arguments-but-got-1/48172467 This is the error: `Ng2FittextDirective, Expected 0 arguments, but got 1.` This MR fixes this issue.
thisloke commented 2019-10-10 19:52:28 +00:00 (Migrated from github.com)

Thanks David!

Thanks David!
davidstellini commented 2019-10-14 06:51:32 +00:00 (Migrated from github.com)

@lokenxo Would you be able to republish? Thanks :)

@lokenxo Would you be able to republish? Thanks :)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: loke/ng2-fittext#22
No description provided.