AW-471 Farmmaps library (initial commit).

This commit is contained in:
2019-06-26 15:18:08 +02:00
parent 1815b82565
commit 988040e80d
25 changed files with 1184 additions and 63 deletions

View File

@@ -2,13 +2,15 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { MaterialModule } from 'material';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule
BrowserModule,
MaterialModule
],
providers: [],
bootstrap: [AppComponent]