diff options
| author | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
|---|---|---|
| committer | schencej <schencej@clarkson.edu> | 2019-09-14 13:15:56 -0400 |
| commit | 30ea1d1313e5830456b49cd100906eb0c4f3efd0 (patch) | |
| tree | ed064cb2aea7f23ff9e2dbad47f5161fe6fe41fc /recipeBuddy/src/app/app.component.ts | |
Initial commit
Diffstat (limited to 'recipeBuddy/src/app/app.component.ts')
| -rw-r--r-- | recipeBuddy/src/app/app.component.ts | 10 |
1 files changed, 10 insertions, 0 deletions
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'; +} |
