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

Error running web pack build #26

Open
SergeyBarskiy opened this issue Jan 3, 2019 · 1 comment
Open

Error running web pack build #26

SergeyBarskiy opened this issue Jan 3, 2019 · 1 comment

Comments

@SergeyBarskiy
Copy link

SergeyBarskiy commented Jan 3, 2019

I am getting the following error during the build process:
ERROR in node_modules\material-time-control\src\time-control\w-mat-timepicker\w-mat-timepicker.component.html(14,13): : Property 'time' is private and only accessible within class 'WMatTimePickerComponent'.

Indeed time property is private in WMatTimePickerComponent, hence you cannot bind to it in the template according to this: https://stackoverflow.com/questions/43141576/property-x-is-private-and-only-accessible-within-class-xyzcomponent

Thank you.

PS:
Placeholder is misspelled in the same template: placeholder="Selec time" - Selec instead of Select.

@SergeyBarskiy
Copy link
Author

Create PR to fix both:
#27

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

1 participant