✔ Route "/tech" rendered into "./dist/static/tech/index.html"
⚠
Error, missing "<scully-content>" in route "/tech/crafting-api-magic"
without <scully-content> we can not render this route.
Make sure it is in there, and not inside any conditionals (*ngIf)
You can check this by opening "http://localhost:4200/tech/crafting-api-magic"
when you serve your app with ng serve and then in the browsers console run:
document.querySelector('scully-content')
----------------
✔ Route "/tech/crafting-api-magic" rendered into "./dist/static/tech/crafting-api-magic/index.html"
⚠
Error, missing "<scully-content>" in route "/tech/gift-city"
without <scully-content> we can not render this route.
Make sure it is in there, and not inside any conditionals (*ngIf)
You can check this by opening "http://localhost:[42](https://github.com/mohitkanwar/mohitkanwar-personal-webapp/actions/runs/7346027766/job/20000116898#step:7:43)00/tech/gift-city"
when you serve your app with ng serve and then in the browsers console run:
document.querySelector('scully-content')
----------------
✔ Route "/tech" rendered into "./dist/static/tech/index.html" ⚠
✔ Route "/tech/crafting-api-magic" rendered into "./dist/static/tech/crafting-api-magic/index.html" ⚠