Forum Discussion

vijit-devops's avatar
vijit-devops
Copper Contributor
Jan 08, 2022
Solved

Angular build showing BrowserModule has already been loaded on browser

Hi, I have angular build pipeline at Azure DevOps and it is successfully deployed to the Azure App service.   The issue I am facing is while on selecting specific option it is not responding. and ...
  • bhaikaju's avatar
    bhaikaju
    Dec 02, 2022

    tbsouza: Please remove the import for the BrowserModule from any other module because it is already imported in the AppModule when you create the Angular application. You should only import the CommonModule in all other modules.

    Hope it helps!!  :smile:

Resources