File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed 
packages/examples/src/json/server Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ export const startMockHttpServerForSavingCodeFromEditor = () => {
4343    app . listen ( PORT ,  ( )  =>  { 
4444        console . log ( `JSON server running on port ${ PORT }  ) ; 
4545    } ) ; 
46- } 
46+ } ; 
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import { SaveCodeService } from '../save-code.service';
1111import  {  firstValueFrom  }  from  'rxjs' ; 
1212@Component ( { 
1313    selector : 'app-root' , 
14-     templateUrl : " ./app.component.html" , 
15-     styleUrls : [ " ./app.component.scss" ] , 
14+     templateUrl : ' ./app.component.html' , 
15+     styleUrls : [ ' ./app.component.scss' ] , 
1616    standalone : true , 
1717    imports : [ MonacoAngularWrapperComponent ] , 
1818} ) 
Original file line number Diff line number Diff line change 1+ /* -------------------------------------------------------------------------------------------- 
2+  * Copyright (c) 2024 TypeFox and others. 
3+  * Licensed under the MIT License. See LICENSE in the package root for license information. 
4+  * ------------------------------------------------------------------------------------------ */ 
5+ 
16import  {  inject ,  Injectable  }  from  '@angular/core' ; 
27import  {  HttpClient  }  from  '@angular/common/http' ; 
38@Injectable ( {  providedIn : 'root'  } ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments