Guest User

Untitled

a guest
Apr 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .env
  2. server.js
  3. /admin //angular 4 app directory
  4. index.html
  5. ....other angular files and assets folder
  6. /modules
  7. /config
  8. ...other files and folders at root level
  9.  
  10. app.get('/admin', (req, res) => {
  11. res.sendFile(path.join(__dirname, 'admin/index.html'));
  12. });
  13.  
  14. SyntaxError: expected expression, got '<'[Learn More]
  15. inline.a808723d583c934ba8bf.bundle.js:1
  16.  
  17. SyntaxError: expected expression, got '<'[Learn More]
  18. polyfills.5d1d5b016f19755a7d41.bundle.js:1
  19.  
  20. SyntaxError: expected expression, got '<'[Learn More]
  21. main.036acd83ead6248588f0.bundle.js:1
Add Comment
Please, Sign In to add comment