I'm a complete newbie to Angular and Node. In the console I can see a GET
request for this URL:
/node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js
Since I don't have a router/ handler for that URL, it results in a 404 Not
Found error. How do I return Angular library-files to the client? I did
create a handler for static files:
app.use("/public",express.static("public"));
but I don't think it will help me with Angular library-files. I'm lost.
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.