Closed
Description
Hi,
When I build the app I always get this message:
ERROR in Unexpected value 'NguiParallaxScrollModule in C:/.../project/node_modules/@ngui/parallax-scroll/dist/parallax-scroll.module.d.ts' imported by the module 'AppModule in C:/.../project/src/app/app.module.ts'.
Please add a @NgModule annotation.
In app.module I do the import:
import { NguiParallaxScrollModule } from '@ngui/parallax-scroll';
@NgModule({
...
imports: [NguiParallaxScrollModule ] // Note: your line in your readme look not correct.
...
})
export class AppModule { }
Any idea ?
I use angular 4.
Metadata
Metadata
Assignees
Labels
No labels