Skip to content

the style url seems to be something wrong #542

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

Closed
guguji5 opened this issue Jan 23, 2018 · 2 comments
Closed

the style url seems to be something wrong #542

guguji5 opened this issue Jan 23, 2018 · 2 comments

Comments

@guguji5
Copy link

guguji5 commented Jan 23, 2018

the introduce of the doc write as below:
@import '~angular-tree-component/dist/angular-tree-component.css;
but it seems incorrect. the angular-tree-component folder is in under the node_module and not in the root folder.

@JanLoebel
Copy link

The ~ is used in JavaScript files as an alias for 'node_modules'. But I guess you use SCSS/SASS and there seems to be a problem with the tilde, see also angular/angular-cli#9185 or https://stackoverflow.com/questions/37106230/node-sass-does-not-understand-tilde

@guguji5
Copy link
Author

guguji5 commented Jan 26, 2018

Hi @JanLoebel.
Thanks for your reply. I handle it using the relative path.
could I raise another problem? it's that I used this plugin with checkbox option, but it doesn't apply the property or method to get the nodes selected. and the activeNodes property just refer to the active nodes, not the selected ones

@guguji5 guguji5 closed this as completed Jan 26, 2018
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

2 participants