Add router-outlet

This commit is contained in:
Ben Goldsworthy 2021-03-25 15:27:50 +00:00
parent d010e24088
commit 387dd164a7
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
<router-outlet></router-outlet>

View file

@ -4,7 +4,7 @@ import { Observable } from 'rxjs';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
template: '<router-outlet></router-outlet>'
})
export class AppComponent {
title = 'push-notification';