Closed oravecz closed 7 years ago
Need to replace this line in package.json
"@types/lodash": "ts2.0",
I still get these errors:
ERROR in <myproject>/src/app/app.module.ts (359,9): Supplied parameters do not match any signature of call target.
<myproject>/src/app/app.module.ts (359,29): Supplied parameters do not match any signature of call target.
ERROR in Error encountered resolving symbol values statically. Calling function 'ToastOptions', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppModule in <myproject>/src/app/app.module.ts, resolving symbol AppModule in <myproject>/src/app/app.module.ts, resolving symbol AppModule in <myproject>/src/app/app.module.ts
PR #37 fixes the problems with the latest build
Node - 6.9.2 NPM - 4.0.3
Cloned a fresh repo at commit 363fd4
Run
npm install