map-alliance/src/app/app.component.ts

8 lines
150 B
TypeScript
Raw Normal View History

2019-07-02 08:11:23 -04:00
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
2019-07-02 08:41:44 -04:00
templateUrl: 'app.component.html'
2019-07-02 08:11:23 -04:00
})
2019-07-09 11:23:09 -04:00
export class AppComponent { }