Angular 17(独立)和 Ionic v8 中的字母滚动条

问题描述 投票:0回答:1

如何在 Angular 17 Standalone 中使用这个很酷的字母滚动条?

https://github.com/mooalot/alphabetical-scroll-bar

我将我的项目升级为独立项目,但我没有任何 NGModules....

或者有人知道独立应用程序的另一种方式/组件吗?

已经谢谢你了

angular ionic-framework
1个回答
0
投票

该库与更高版本的 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.

不工作 stackblitz

© www.soinside.com 2019 - 2024. All rights reserved.