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