Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

core.mjs:4057 JIT compilation failed for NgModule class AppModule

   BrowserModule,
   HttpClientModule,
   AppRoutingModule,
   BrowserAnimationsModule,
   MatDialog, // <====== this is the error
],

to this

imports: [
   BrowserModule,
   HttpClientModule,
   AppRoutingModule,
   BrowserAnimationsModule,
   MatDialogModule, // <====== this is the solution
],
 
PREVIOUS NEXT
Tagged: #JIT #compilation #failed #NgModule #class #AppModule
ADD COMMENT
Topic
Name
2+5 =