summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorJacob <gatelyjm@clarkson.edu>2019-12-07 02:21:10 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-12-07 15:07:23 -0500
commita64074c892b7567ea822454e54aa4d8501a89194 (patch)
tree16ebcd5e9ce4474e85640a0ddfb879782e9cea53 /backend
parent7eb0712eff78c0fcde17e644e9a8863803b5472b (diff)
import { Component } from '@angular/core';chrisundercoffer
@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
Diffstat (limited to 'backend')
0 files changed, 0 insertions, 0 deletions