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
with further inspection the node modules in "ng2-slider-component" is the one that matters that it is out of date. swapping out the line above allows it to compile and display a slider on the page.
when I download this from NPM i get a version 1.0.6 and the version in ng2-slider-component is listed as 1.0.5, but both have code which does not match what is here in the repo. Perhaps you just have version issue?
The text was updated successfully, but these errors were encountered:
The .js file within your npm package does not match the .ts file here in the repository, I discovered this since I am experiencing the same issue as: Bogdan1975/ng2-slider-component#28 the code that highlights the difference is here https://github.com/Bogdan1975/ng2-styled-directive/blob/master/ng2-styled.directive.ts#L36
var component = this._view.injector.view.context;
!=
var component = this._view._element.component;
with further inspection the node modules in "ng2-slider-component" is the one that matters that it is out of date. swapping out the line above allows it to compile and display a slider on the page.
when I download this from NPM i get a version 1.0.6 and the version in ng2-slider-component is listed as 1.0.5, but both have code which does not match what is here in the repo. Perhaps you just have version issue?
The text was updated successfully, but these errors were encountered: