inspirsea / tree-ngx

A highly customizable Angular Tree Component usable with minimal implementation
http://emilsunesson.com/code/tree-ngx-intro
MIT License
22 stars 7 forks source link

Error importing styles #15

Closed alexac7 closed 2 years ago

alexac7 commented 2 years ago

According to the documentation, @import 'tree-ngx' must be imported; but I get the error when compiling my project

HookWebpackError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Can't find stylesheet to import. ╷ 56 │ @import '~tree-ngx'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

the bug with angular 14

inspirsea commented 2 years ago

Hi, the import should be

@import 'tree-ngx'

Without the ~