I have a routing module that has a LoginComponent on the login page I want to hide the <app-nav-menu></app-nav-menu> when not logged in. I have trie
I have done a lot of research and tried many things, but unfortunately, I haven't found a solution, so I had to ask again. I am working locally on a project and
I am using Ubuntu. I was searching for importing dump.zip file to MongoDB, but only getting .json/.bson files import or to a specific collection. Can someone pl
I have 2 selects, both with mode="multiple" and both being passed an array of strings as value={query.x}. But one is throwing a typescript error and the other i
I'm trying to get users to actually see the loading screen that i have worked on. I would like it to last around 3-5 seconds JQuery is fine because its already
import os import requests from urllib.parse import urljoin from bs4 import BeautifulSoup url = "https://papers.gceguide.com/A%20Levels/Physics%20(9702)/2015/"
I use database first approach in this web app. When I run the project on my local device, it is perfect. After I publish the web app to Azure, and click the pag
I want to replace all the occurrences of 4 with the number 2 in a string column of a table. This is a hardcoded value of 2 which replaces all occurrences of the
When using the OAuth 2.0 JWT Refresh token implementation I came across the issue that it's really difficult to implement a solid Refresh Strategy on the Web Br