如何在 Angular 17 Standalone 中使用这个很酷的字母滚动条?
https://github.com/mooalot/alphabetical-scroll-bar
我将我的项目升级为独立项目,但我没有任何 NGModules....
或者有人知道独立应用程序的另一种方式/组件吗?
已经谢谢你了
该库与更高版本的 Angular 编译器引擎不兼容
ivy
,因此不可能使用它,否则你想使用旧版本的 Angular。
您可以在他们的 github 上提出问题以更新更高版本的 Angular!
另请寻找替代套餐!
✘ [ERROR] TS-996003: 'AlphabeticalScrollBarModule' does not appear to be an NgModule, Component, Directive, or Pipe class. [plugin angular-compiler]
src/main.ts:11:4:
11 │ AlphabeticalScrollBarModule
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
This likely means that the library (alphabetical-scroll-bar) which
declares AlphabeticalScrollBarModule is not compatible with Angular Ivy.
Check if a newer version of the library is available, and update if so.
Also consider checking with the library's authors to see if the library
is expected to be compatible with Ivy.