We’ll leave the web server running while we look into the code of this application. Open another VS Code window by navigating to File >> New Window and run the following set of commands in terminal. cd AngularDemo code . This will open the code file of our application in a new VS C...
Now VS Code is recognizing the declaration and not showing any red lines like before. Now when I'm running the project using dev command getting below error. TypeError: content.stripHtml is not a function at eval (webpack-internal:///./components/Example.tsx:37:58) at Array.map (<anonym...
Refer to my article Hosting A Blazor Application on Firebase and follow the steps mentioned to deploy this Angular app on Firebase. Once the application is deployed, you will get the hosting URL. Open the URL and append the baseHref attribute as we defined earlier, to the URL. Hence, the...