core/tabs/tab.model.ts
        
An tab allows to switch routes on a page.
                            Properties | 
                    
| hide | 
                                        hide:     
                                     | 
                                
                                            Type :     boolean
                                         | 
                                    
| Optional | 
| 
                                     Hide tab (optional)  | 
                            
| icon | 
                                        icon:     
                                     | 
                                
                                            Type :     string
                                         | 
                                    
| Optional | 
| 
                                     The icon to show on this tab (optional)  | 
                            
| label | 
                                        label:     
                                     | 
                                
                                            Type :     string
                                         | 
                                    
| 
                                     The label to show for that tab.  | 
                            
| orientation | 
                                        orientation:     
                                     | 
                                
                                            Type :     "horizontal" | "vertical"
                                         | 
                                    
| Optional | 
| 
                                     Alignment for tabs (optional)  | 
                            
| path | 
                                        path:     
                                     | 
                                
                                            Type :     string
                                         | 
                                    
| 
                                     The angular route path to navigate to on click.  | 
                            
| priority | 
                                        priority:     
                                     | 
                                
                                            Type :     number
                                         | 
                                    
| Optional | 
| 
                                     Ordering of the tabs (high number first) (optional)  | 
                            
| template | 
                                        template:     
                                     | 
                                
                                            Type :     ViewContainerRef
                                         | 
                                    
| Optional | 
| 
                                     Angular template used for Content Projection (optional)  |