Bills initially working just as proof of concept

ng linted
modifier categories list is better at displaying data sanely now
This commit is contained in:
Amritanshu
2019-07-11 12:17:41 +05:30
parent d69ab0063a
commit 4513e8b263
74 changed files with 599 additions and 235 deletions

View File

@ -1,9 +1,9 @@
import { AfterViewInit, Component, ElementRef, OnInit, ViewChild } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { GuestBookService } from "../guest-book.service";
import { ToasterService } from "../../core/toaster.service";
import { GuestBook } from "../guest-book";
import { ActivatedRoute, Router } from "@angular/router";
import { GuestBookService } from '../guest-book.service';
import { ToasterService } from '../../core/toaster.service';
import { GuestBook } from '../guest-book';
import { ActivatedRoute, Router } from '@angular/router';
@Component({
selector: 'app-guest-book-detail',