Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directive [xxx]. Property '[xxx]' is private and only accessible within class '[xxx]' #432

Open
Melmoth-the-Wanderer opened this issue Mar 12, 2019 · 4 comments

Comments

@Melmoth-the-Wanderer
Copy link

Please read https://github.com/edcarroll/ng2-semantic-ui/blob/master/CONTRIBUTING.md and search
existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

Bug description:

I'm using ng2-semantic-ui in my npm angular package. I'm getting an exception while building the package that says:
"Directive SuiCheckbox, Property '_checkboxClasses' is private and only accessible within class 'SuiCheckbox'."

Version of Angular, ng2-semantic-ui, and Semantic UI:

Angular: 7

ng2-semantic-ui: 0.9.7

Semantic UI: 2.4.1

@ltranco
Copy link

ltranco commented Jul 9, 2019

+1

@venkateshwarans
Copy link

is there any workaround for this?

@Melmoth-the-Wanderer
Copy link
Author

is there any workaround for this?

My workaround was to download the repository and adjust it on my own. Then I released a package onto my private npm repository (I'm using Verdaccio to host the repository on my server).

I am still using SemanticUI for some legacy code and vanilla js, but for new features development I switched to different UI library written in (and made for) angular, as I use angular on the project.

@Melmoth-the-Wanderer
Copy link
Author

btw @venkateshwarans , as far as I remember the fix is already in the repository. It just wasn't released yet, so all you need to do is to release it yourself. You can read my discussion with anna-bass here: #431

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

No branches or pull requests

3 participants