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
export declare class NgsRevealModule {
~~~~~~~~~~~~~~~
This likely means that the library (ngx-scrollreveal) which declares NgsRevealModule 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.
Bug Report or Feature Request (mark with an
x
)OS and Version?
Versions
MacOS Big Sur 11.6
Angular CLI: 16.1.1
Node: 18.13.0
Package Manager: npm 8.19.3
OS: darwin x64
Angular: 16.1.2
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.1601.1
@angular-devkit/build-angular 16.1.1
@angular-devkit/core 16.1.1
@angular-devkit/schematics 16.1.1
@angular/cli 16.1.1
@schematics/angular 16.1.1
rxjs 7.8.1
typescript 5.1.3
Repro steps
"scripts": [
"node_modules/scrollreveal/dist/scrollreveal.js"
]
import { NgsRevealModule } from 'ngx-scrollreveal';
...
imports: [NgsRevealModule]
Run the app:
The log given by the failure
Error: src/app/app.module.ts:15:5 - error NG6002: 'NgsRevealModule' does not appear to be an NgModule class.
node_modules/ngx-scrollreveal/ngs-reveal.module.d.ts:6:22
From Angular 15 I get this when compiling.
Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries:
Encourage the library authors to publish an Ivy distribution.
The text was updated successfully, but these errors were encountered: