Added formula manager to module

This commit is contained in:
2018-07-03 10:14:57 -04:00
parent fb459928c4
commit cb71602a37
4 changed files with 10 additions and 8 deletions

View File

@ -1,14 +1,12 @@
import {Component, ElementRef, ViewChildren} from '@angular/core';
import {AngularFirestore} from 'angularfire2/firestore';
import {share} from 'rxjs/operators';
import {ConvertFromGPipe, ConvertToGPipe} from './units.pipe';
@Component({
selector: 'formula-manager',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
templateUrl: './formulaManager.component.html'
})
export class AppComponent {
export class FormulaManagerComponent {
@ViewChildren('cost') componentCosts: ElementRef[];
formulas;