<feed xmlns='http://www.w3.org/2005/Atom'>
<title>recipe_buddy/recipeBuddy/src/app/main-page, branch chrisundercoffer</title>
<subtitle>Small single user website for storing/cooking recipes.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/'/>
<entry>
<title>import { Component } from '@angular/core';</title>
<updated>2019-12-07T20:07:23+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-07T07:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=a64074c892b7567ea822454e54aa4d8501a89194'/>
<id>a64074c892b7567ea822454e54aa4d8501a89194</id>
<content type='text'>
@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: [ './app.component.css' ]
})
export class AppComponent  {
  name = 'Angular';

  addPage() {
    //Code here to move to add page
  }
  submitSearch() {
    //Code here to submit search
  }
  shoppingCart() {
    //Code here to move to shopping cart
  }
}
Updated main page to include just the top navigation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
@Component({
  selector: 'my-app',
  templateUrl: './app.component.html',
  styleUrls: [ './app.component.css' ]
})
export class AppComponent  {
  name = 'Angular';

  addPage() {
    //Code here to move to add page
  }
  submitSearch() {
    //Code here to submit search
  }
  shoppingCart() {
    //Code here to move to shopping cart
  }
}
Updated main page to include just the top navigation
</pre>
</div>
</content>
</entry>
<entry>
<title>Added new recipe card and main page components. Added new files in each</title>
<updated>2019-12-07T20:02:44+00:00</updated>
<author>
<name>Jacob</name>
<email>gatelyjm@clarkson.edu</email>
</author>
<published>2019-12-03T13:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=33ff048f5efb30e767780f24424588af562ea400'/>
<id>33ff048f5efb30e767780f24424588af562ea400</id>
<content type='text'>
of these components for html, css, ts, and spec.ts. HTML and CSS files
were updated with code from stackblitz. Apparently this thing also
thinks I changed the app.module.ts file, but I do not think I did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of these components for html, css, ts, and spec.ts. HTML and CSS files
were updated with code from stackblitz. Apparently this thing also
thinks I changed the app.module.ts file, but I do not think I did.
</pre>
</div>
</content>
</entry>
</feed>
