File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed 
main/http_server/axe-os/src/app Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11import  'chartjs-adapter-moment' ; 
22
33import  {  CommonModule ,  HashLocationStrategy ,  LocationStrategy  }  from  '@angular/common' ; 
4- import  {  HttpClientModule  }  from  '@angular/common/http' ; 
4+ import  {  provideHttpClient  }  from  '@angular/common/http' ; 
55import  {  NgModule  }  from  '@angular/core' ; 
66import  {  FormsModule ,  ReactiveFormsModule  }  from  '@angular/forms' ; 
77import  {  BrowserModule  }  from  '@angular/platform-browser' ; 
@@ -32,7 +32,7 @@ import { PrimeNGModule } from './prime-ng.module';
3232import  {  MessageModule  }  from  'primeng/message' ; 
3333import  {  TooltipModule  }  from  'primeng/tooltip' ; 
3434import  {  DialogModule  }  from  'primeng/dialog' ; 
35- import  {  DynamicDialogModule ,   DialogService  as  PrimeDialogService  }  from  'primeng/dynamicdialog' ; 
35+ import  {  DialogService  as  PrimeDialogService  }  from  'primeng/dynamicdialog' ; 
3636import  {  DialogService ,  DialogListComponent  }  from  './services/dialog.service' ; 
3737
3838const  components  =  [ 
@@ -67,7 +67,6 @@ const components = [
6767  imports : [ 
6868    BrowserModule , 
6969    AppRoutingModule , 
70-     HttpClientModule , 
7170    ReactiveFormsModule , 
7271    FormsModule , 
7372    ToastrModule . forRoot ( { 
@@ -79,13 +78,13 @@ const components = [
7978    AppLayoutModule , 
8079    MessageModule , 
8180    TooltipModule , 
82-     DialogModule , 
83-     DynamicDialogModule 
81+     DialogModule 
8482  ] , 
8583  providers : [ 
8684    {  provide : LocationStrategy ,  useClass : HashLocationStrategy  } , 
8785    DialogService , 
88-     PrimeDialogService 
86+     PrimeDialogService , 
87+     provideHttpClient ( ) 
8988  ] , 
9089  bootstrap : [ AppComponent ] 
9190} ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments