2019-06-26 12:35:47 +00:00
|
|
|
import { Component } from '@angular/core';
|
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'app-root',
|
|
|
|
templateUrl: './app.component.html',
|
2019-11-01 14:57:50 +00:00
|
|
|
styleUrls: ['./app.component.scss']
|
2019-06-26 12:35:47 +00:00
|
|
|
})
|
2019-11-04 17:47:15 +00:00
|
|
|
export class AppRootComponent {
|
2019-06-26 12:35:47 +00:00
|
|
|
title = 'farmmaps-lib-app';
|
|
|
|
}
|