Merge branch 'develop' of https://git.akkerweb.nl/FarmMaps/FarmMapsLib into develop
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
commit
252e920848
1
.npmrc
Normal file
1
.npmrc
Normal file
@ -0,0 +1 @@
|
||||
@FarmMaps:registry=https://repository.akkerweb.nl/repository/npm-group/
|
@ -19,7 +19,7 @@
|
||||
.widget:after {
|
||||
content: "";
|
||||
display: block;
|
||||
padding-bottom: 100%;
|
||||
padding-bottom: 66%;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
@ -1,11 +1,10 @@
|
||||
import { Component, Input, Injectable } from '@angular/core';
|
||||
import {Component, Injectable, Input} from '@angular/core';
|
||||
import {Location} from '@angular/common';
|
||||
import { Feature } from 'ol';
|
||||
import {Store} from '@ngrx/store';
|
||||
import * as mapReducers from '../../reducers/map.reducer';
|
||||
import { commonReducers,ItemTypeService, IItem, Item,AppConfig } from '@farmmaps/common';
|
||||
import {AppConfig, commonReducers, IItem, ItemTypeService} from '@farmmaps/common';
|
||||
import * as mapActions from '../../actions/map.actions';
|
||||
import { Router, ActivatedRoute, ParamMap, Event } from '@angular/router';
|
||||
import {Router} from '@angular/router';
|
||||
|
||||
|
||||
@Injectable()
|
||||
|
Loading…
Reference in New Issue
Block a user