chore: added xlmap routing component
This commit is contained in:
		@@ -0,0 +1 @@
 | 
			
		||||
<router-outlet></router-outlet>
 | 
			
		||||
							
								
								
									
										17
									
								
								client/src/app/routes/xlmap-route/xlmap-route.component.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								client/src/app/routes/xlmap-route/xlmap-route.component.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
import { Component, OnInit, OnDestroy } from '@angular/core'
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'app-xlmap-route',
 | 
			
		||||
  templateUrl: './xlmap-route.component.html',
 | 
			
		||||
  styleUrls: ['./xlmap-route.component.scss'],
 | 
			
		||||
  host: {
 | 
			
		||||
    class: 'content-container'
 | 
			
		||||
  }
 | 
			
		||||
})
 | 
			
		||||
export class XLMapRouteComponent implements OnInit, OnDestroy {
 | 
			
		||||
  constructor() {}
 | 
			
		||||
 | 
			
		||||
  ngOnInit() {}
 | 
			
		||||
 | 
			
		||||
  ngOnDestroy() {}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user