diff --git a/src/app/app.component.html b/src/app/app.component.html deleted file mode 100644 index 0680b43..0000000 --- a/src/app/app.component.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f522125..61a5030 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -4,7 +4,7 @@ import { Observable } from 'rxjs'; @Component({ selector: 'app-root', - templateUrl: './app.component.html', + template: '' }) export class AppComponent { title = 'push-notification';