import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: `

Welcome to {{title}}!

Here are some links to help you start:

`, styles: [] }) export class AppComponent { title = 'MapAlliance'; }