You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support request => Please do not submit support request here, see note at the top of this template.
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
When I try to build a project on some Windows machines, I get the error NG8002: Can't bind to 'drag-scroll-y-disabled' since it isn't a known property of 'drag-scroll'. I can build my project on my Windows 10 laptop but not on my Windows desktop, and my coworker gets the same error on his computer.
I seem to be able to get past the error by adding 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of my component but I haven't yet verified that the component works properly (I'm running into other errors preventing me from checking).
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem you can use the demo site as an example or via https://plnkr.co
I'll create one, I just want to submit this ticket now before I forget.
What is the expected behavior?
The project should build without errors.
What is the motivation / use case for changing the behavior?
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
Error: src/app/submodules/acl-brackets/bracket-selector/bracket-selector.component.html:1:49 - error NG8002: Can't bind to 'drag-scroll-y-disabled' since it isn't a known property of 'drag-scroll'.
1. If 'drag-scroll' is an Angular component and it has 'drag-scroll-y-disabled' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'drag-scroll' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component.
1 <drag-scroll class="bracket-selector-container" [drag-scroll-y-disabled]="true">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/submodules/acl-brackets/bracket-selector/bracket-selector.component.ts:20:16
20 templateUrl: "bracket-selector.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component BracketSelectorComponent.
× Failed to compile.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Do you want to request a feature or report a bug?
Report a bug
When I try to build a project on some Windows machines, I get the error
NG8002: Can't bind to 'drag-scroll-y-disabled' since it isn't a known property of 'drag-scroll'.
I can build my project on my Windows 10 laptop but not on my Windows desktop, and my coworker gets the same error on his computer.I seem to be able to get past the error by adding
'NO_ERRORS_SCHEMA'
to the'@Component.schemas'
of my component but I haven't yet verified that the component works properly (I'm running into other errors preventing me from checking).I'll create one, I just want to submit this ticket now before I forget.
The project should build without errors.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: