I\'m using Angular 2 for a signup form: first name, last name, email and password.
After submit, the data is being stored via API call in a database (nodeJs and mongo) a
Issue fixed. Solution: I found out that when I did install the package angular2-uuid
via command-line, it was automatically stored in package.json
directly before/over the package: @angular/flex-layout
.
As the error was in a way not clear, I just did remove it to other position in the: package.json
and the error is gone. everything works fine.