import { Component } from '@angular/core'; @Component ({ selector : 'structure-dashboard', templateUrl : 'structure.dashboard.html' }) export class StructureDashboard {}