Your cart is currently empty!
[Solved] Angular sub paths not working.
Make sure to wrap your app-root element with the body tag! For example:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WeHireIt</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="bg-light bg-gradient">
<app-root></app-root>
</body>
</html>
by
Tags:
Leave a Reply