moved to angular 6

This commit is contained in:
piratefinn 2018-06-04 15:23:16 +01:00
parent 0c2e9762dc
commit d0625eb557
22 changed files with 4350 additions and 3113 deletions

View file

@ -2,7 +2,7 @@ import { Directive, Component, OnInit } from '@angular/core';
import { ApiService } from '../providers/api-service';
import { DataType } from '../shared/data-types.enum';
import * as moment from 'moment';
import 'rxjs/add/operator/map';
@Component({
templateUrl: 'category-month.component.html'