From a8a844c05cde11f74b4ee34f373726015739b342 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 17 Jun 2017 18:51:28 -0400 Subject: [PATCH] cleanup --- src/app/app.component.html | 21 +-------------------- src/app/app.component.ts | 4 +--- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index b41bbe4..f0ac6ef 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,20 +1 @@ - -
-

- Welcome to {{title}}!! -

- -
-

Here are some links to help you start:

- - +

Ajax Example App

diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7b0f672..ead0de4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -2,9 +2,7 @@ import { Component } from '@angular/core'; @Component({ selector: 'app-root', - templateUrl: './app.component.html', - styleUrls: ['./app.component.css'] + templateUrl: './app.component.html' }) export class AppComponent { - title = 'app'; }