-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I've been messing around with this project and no matter what I do, I'm getting this error when importing to my Angular 4+ project:
Unexpected value 'CountToModule' imported by the module 'AppModule'. Please add a @NgModule annotation.
I've tried getting this to work 2 different ways:
- Build the original project with no modifications, link, and import the module into the project
- Update the Angular packages to
>=4.0.0, typescript to~2.3.3, and reflect-metadata to^0.1.10. The build succeeds. Runnpm linkon thedistfolder.
Both are imported in the project the same way:
import { CountToModule } from 'angular-count-to';
@NgModule({
...
imports [CountToModule]
...
});
Tslint-wise, there's no error because it's imported correctly. But as soon as I run ng-serve, I get the error above.
Are there additional instructions on how to import a module?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels