-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compile issues - Namespace 'Choices' has no exported member 'ClassNames' #9
Comments
Thanks for the report. It doesn't support yes Angular 6. I will do it in the future or would love to accept a PR. |
@NetanelBasal It is technically all working as I am using it with angular 6 just throws that error on compile |
Is it happening only in production? |
No just when building or ng serve I haven't tried production but I would imagine it would be the same result. Looks to be just some type errors nothing on an angular based level |
Very wired, cause no one report this kind of issue, can you help investigate, please? |
Of course. I am currently doing some digging now. I am using nb-choices in two angular projects both versions 6+ and both have the same errors |
Ok, thank, let me know. |
The root problem seems to be in custom-choice.component.d.ts
To silence these compile errors I have set any as fix not sure if there is a better way in dealing with this but it works for now...
|
Ok, thanks, I will look into it later. |
Changed it in 1.0.3, can you confirm it's working please? |
Is it on NPM? |
yes |
I can confirm that your update has fixed the errors I was getting. Thank you :) |
Are you in the right place?
I'm submitting a...
Current behavior
When trying to compile I am recieing the following error:
Expected behavior
Should compile without errors
Minimal reproduction of the problem with instructions
yarn add nb-choices
ng serve
Environment
The text was updated successfully, but these errors were encountered: