I\'ve got in impasse with setting Angular routes to work with Express.
I tried to do like here Express 4, NodeJS, AngularJS routing but that did not work. The stati
I just want to add that adding base href= helped me. I have my app statically served in express and browsing directly to routes in my angular app would cause lots of
refused to execute script because its mime type ('text/html') is not executable and strict mime type checking is enabled
errors to be throw. But adding base href fixed that and I can browse directly to my angular routes now.