I get the following error message when I try to run the module in Angular 4 using NPM link: Unexpected value 'NgColorModule' imported by the module 'AppModule'. Please add a @NgModule annotation.
Steps to reproduce:
Create a new Angular 4 application.
Git clone the ng-color repo
Run gulp watch in the ng-color repo
cd ./dist and npm link
Go to Angular 4 application and run npm link ng-color
I get the following error message when I try to run the module in Angular 4 using NPM link:
Unexpected value 'NgColorModule' imported by the module 'AppModule'. Please add a @NgModule annotation.
Steps to reproduce: Create a new Angular 4 application. Git clone the ng-color repo Run
gulp watch
in the ng-color repo cd ./dist and npm link Go to Angular 4 application and run npm link ng-color