From 3ad134a1c22bffe6236baa10b34cec1e3985a6a7 Mon Sep 17 00:00:00 2001 From: Nitish Pant Date: Tue, 10 Aug 2021 14:03:27 +0530 Subject: [PATCH] app template changed --- src/app/app.component.ts | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index be8e06163..3f0e764d1 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,7 +1,7 @@ import { Component } from '@angular/core'; @Component({ - selector: 'app-root', + selector: 'mw-app', template: '

My App

' }) export class AppComponent {} diff --git a/src/index.html b/src/index.html index 01c08e3c4..da9d46ee2 100644 --- a/src/index.html +++ b/src/index.html @@ -9,6 +9,6 @@ - +