Closed abelkbil closed 6 years ago
Hi Michael,
Awesome repo, especially stand alone and separate build and deploy. I got an error on below. But app works fine. import angularImg = require("../assets/angular-logo.png");
import angularImg = require("../assets/angular-logo.png");
./src/app2.component.ts (5,29): error TS2307: Cannot find module '../assets/angular-logo.png'.
This is not an issue
I have pushed a (hopefully) fix. Could you check if it works?
Closing, since this should be fixed for a while now.
Hi Michael,
Awesome repo, especially stand alone and separate build and deploy. I got an error on below. But app works fine.
import angularImg = require("../assets/angular-logo.png");
./src/app2.component.ts (5,29): error TS2307: Cannot find module '../assets/angular-logo.png'.
This is not an issue