diff --git a/apps/gifted-subs/src/app/app.component.ts b/apps/gifted-subs/src/app/app.component.ts index 0cffe10..3302cb7 100644 --- a/apps/gifted-subs/src/app/app.component.ts +++ b/apps/gifted-subs/src/app/app.component.ts @@ -2,7 +2,7 @@ import { Component } from '@angular/core'; @Component({ - selector: 'app-root', + selector: 'gifted-subs-app', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }) diff --git a/apps/gifted-subs/src/index.html b/apps/gifted-subs/src/index.html index 49e535b..c9714e7 100644 --- a/apps/gifted-subs/src/index.html +++ b/apps/gifted-subs/src/index.html @@ -3,7 +3,7 @@