Add router-outlet
This commit is contained in:
parent
d010e24088
commit
387dd164a7
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
<router-outlet></router-outlet>
|
|
|
@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
templateUrl: './app.component.html',
|
template: '<router-outlet></router-outlet>'
|
||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
title = 'push-notification';
|
title = 'push-notification';
|
||||||
|
|
Reference in a new issue