implemented routes and error messages in login page
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<p>
|
||||
home works!
|
||||
</p>
|
||||
@@ -0,0 +1,9 @@
|
||||
import {Component, OnInit} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
templateUrl: './home.component.html',
|
||||
styleUrls: ['./home.component.scss'],
|
||||
})
|
||||
export class HomeComponent {
|
||||
}
|
||||
Reference in New Issue
Block a user