File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " gojs-angular" 
3-   "version" : " 1.0.15 " 
3+   "version" : " 1.0.16 " 
44  "peerDependencies" : {
55    "@angular/common" : " >=11.0.0" 
66    "@angular/core" : " >=11.0.0" 
Original file line number Diff line number Diff line change 11import  {  Injectable  }  from  '@angular/core' ; 
22import  *  as  go  from  'gojs' ; 
33
4- @Injectable ( { 
5-   providedIn : 'root' 
6- } ) 
4+ @Injectable ( ) 
75export  class  DataSyncService  { 
86
97  constructor ( )  {  } 
Original file line number Diff line number Diff line change 11import  {  NgModule  }  from  '@angular/core' ; 
2+ import  {  DataSyncService  }  from  './data-sync.service' ; 
23import  {  DiagramComponent  }  from  './diagram.component' ; 
34import  {  OverviewComponent  }  from  './overview.component' ; 
45import  {  PaletteComponent  }  from  './palette.component' ; 
@@ -11,6 +12,9 @@ import { PaletteComponent } from './palette.component';
1112  ] , 
1213  imports : [ 
1314  ] , 
15+   providers : [ 
16+     DataSyncService 
17+   ] , 
1418  exports : [ 
1519    DiagramComponent , 
1620    OverviewComponent , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments