etn-ccis/blui-angular-workflows

Need to remove `BrowserModule` imports from `BluiAuthModule`

Opened this issue · 1 comments

v-xiao commented

Describe the bug / expected behavior

At the component level we should not import BrowserModule, BrowserModule is only imported once in the root module, if BluiAuthModule is not used in AppModule, it will report an error

What are the steps to reproduce?

  1. Go to...
  2. Click on...

Screenshots / Screen recording

image
image

Code snippet / Link to minimum reproduction example

CODE HERE

Your environment information

Suggested fix

Anything else to add?

@RaghavendranC-Eaton Will look at it and verify.