added notes.comments field
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {LoginService} from '../services/login.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
@ -7,7 +8,9 @@ import { Component, OnInit } from '@angular/core';
|
||||
})
|
||||
export class HomeComponent implements OnInit {
|
||||
|
||||
constructor() { }
|
||||
constructor(
|
||||
public login: LoginService
|
||||
) { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user