From 30ea1d1313e5830456b49cd100906eb0c4f3efd0 Mon Sep 17 00:00:00 2001 From: schencej Date: Sat, 14 Sep 2019 13:15:56 -0400 Subject: Initial commit --- recipeBuddy/src/app/app.component.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipeBuddy/src/app/app.component.ts (limited to 'recipeBuddy/src/app/app.component.ts') diff --git a/recipeBuddy/src/app/app.component.ts b/recipeBuddy/src/app/app.component.ts new file mode 100644 index 0000000..1653041 --- /dev/null +++ b/recipeBuddy/src/app/app.component.ts @@ -0,0 +1,10 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.css'] +}) +export class AppComponent { + title = 'recipeBuddy'; +} -- cgit v1.1