Added stub for @farmmaps/common
This commit is contained in:
@@ -3,6 +3,7 @@ import { NgModule } from '@angular/core';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { MaterialModule } from 'material';
|
||||
import { CommonModule } from '@farmmaps/common';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@@ -10,7 +11,8 @@ import { MaterialModule } from 'material';
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
MaterialModule
|
||||
MaterialModule,
|
||||
CommonModule
|
||||
],
|
||||
providers: [],
|
||||
bootstrap: [AppComponent]
|
||||
|
Reference in New Issue
Block a user