core/common/state-service.abstract.ts
        
A abstract state which should be included in each state.
                        Properties | 
                
                        
  | 
                
                        Methods | 
                
                        
  | 
                
                            Accessors | 
                    
| Protected emitNewState | 
                    
                    emitNewState()
                 | 
            
| 
                     Emits a new state. 
                        Returns :          
                void
                     | 
            
| map | ||||||||
map(mappedProperty: (undefined) => void)
                 | 
            ||||||||
| 
                     Maps to a property and just returns that property. 
                        Parameters :
                        
                         
                    
 
                        Returns :      
                    Observable<any>
                     | 
            
| state | 
                        getstate()
                     | 
                
| 
                                 Should return the current state of this StateService  |