Added stub for @farmmaps/common

This commit is contained in:
Willem Dantuma
2019-07-12 13:07:31 +02:00
parent 503a2da597
commit 38a34b6388
22 changed files with 330 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
/*
* Public API Surface of common
*/
export * from './lib/common.service';
export * from './lib/common.component';
export * from './lib/common.module';