From 0769cea37dfcbb314e5e7a0856f4ecc60b519d83 Mon Sep 17 00:00:00 2001 From: Anthony Sgueglia Date: Wed, 25 Mar 2020 16:29:05 -0400 Subject: [PATCH] made the container more general --- src/app/app.component.html | 15 +-------------- src/app/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index e270762..f48352c 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,18 +3,5 @@

Welcome to {{title}}!

- -

Here are some links to help you start:

- - + diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7b0f672..6065ef2 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'app'; + title = 'Rock Paper Scissors'; }