diff --git a/src/app/app.component.html b/src/app/app.component.html deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 5095d21..94160ad 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,8 +1,7 @@ import { Component } from '@angular/core'; @Component({ - // tslint:disable-next-line - selector: 'body', + selector: 'app-root', template: '' }) export class AppComponent { } diff --git a/src/index.html b/src/index.html index 3e0755e..ecc45ed 100644 --- a/src/index.html +++ b/src/index.html @@ -21,8 +21,7 @@ - - + Loading...