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