Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

text-expand AOT compilation failure #613

Closed
blackbaud-joshgerdes opened this issue Apr 21, 2017 · 3 comments
Closed

text-expand AOT compilation failure #613

blackbaud-joshgerdes opened this issue Apr 21, 2017 · 3 comments
Assignees

Comments

@blackbaud-joshgerdes
Copy link
Contributor

blackbaud-joshgerdes commented Apr 21, 2017

Expected behavior

To be able to import and use the text-expand component with AOT compilation

Actual behavior

AOT has the following errors:

ERROR in /test/src/$$_gendir/node_modules/@blackbaud/skyux/dist/modules/text-expand/text-expand.component.ngfactory.ts (257,18): Property 'containerEl' is private and only accessible within class 'SkyTextExpandComponent'.
/test/src/$$_gendir/node_modules/@blackbaud/skyux/dist/modules/text-expand/text-expand.component.ngfactory.ts (259,18): Property 'textEl' is private and only accessible within class 'SkyTextExpandComponent'.
/test/src/$$_gendir/node_modules/@blackbaud/skyux/dist/modules/text-expand/text-expand.component.ngfactory.ts (282,50): Property 'isExpanded' is private and only accessible within class 'SkyTextExpandComponent'.
/test/src/$$_gendir/node_modules/@blackbaud/skyux/dist/modules/text-expand/text-expand.component.ngfactory.ts (282,77): Property 'expandable' is private and only accessible within class 'SkyTextExpandComponent'.
/test/src/$$_gendir/node_modules/@blackbaud/skyux/dist/modules/text-expand/text-expand.component.ngfactory.ts (285,44): Property 'expandable' is private and only accessible within class 'SkyTextExpandComponent'.

Steps to reproduce

compile using ngc or similar

Version

2.0.0-beta.18

@blackbaud-joshgerdes
Copy link
Contributor Author

There are actually quite a few AOT errors that need to be fixed in the library. Here are just a few specifics for the text-expand component.

@Blackbaud-PaulCrowder @Blackbaud-PatrickOFriel

@blackbaud-joshgerdes
Copy link
Contributor Author

PR #619

@Blackbaud-PatrickOFriel
Copy link
Contributor

In 2.0.0-beta.20

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants