I am using
"@angular/common": "2.3.0",
"@angular/compiler": "2.3.0",
"@angular/compiler-cli": "2.3.0",
"typescript": "2.0.3",
"webpack": "1.13.0",
When i am running
node_modules/.bin/ngc -p tsconfig-aot.json
I got this error:
can't resolve module @angular/core/src/di/opaque_token from undefined
Can you run ngc to do AOT in your system?
Thanks