bitovi / academy

Everything we know about frontend, backend, UX, and Devops consulting and management.
https://www.bitovi.com/academy/
14 stars 3 forks source link

Learn Angular (Review) #161

Open Amechi101 opened 5 years ago

Amechi101 commented 5 years ago

Global

Learn Angular

Generate an App

Creating Components

Creating Pipes

Adding Routing

Creating Navigation

Use Restaurant API data

City & State Options

Filter Cities by State

Building the Order Form

@Component({ selector: 'my-app', template: `

//Remove --> <my-child [parentName]="momName"> ` }) class AppComponent { // Remove --> public momName: string = 'Sandy' constructor() { } }



- [x] **Fix/Change:** Within the sub-section **Control Value Accessor** add `✏️ Update` next to: **src/app/order/menu-items.component.ts**

## Order Service
- [ ] **Bug** When applying the code from the `P1: Solution` I get this error `ERROR in src/app/order/order.component.ts(59,36): error TS2339: Property '_id' does not exist on type 'Restaurant'.`

## Order History Component
- [ ] **Bug:** When I run `npm run test` for `P1` I see errors still. [View Bug](http://recordit.co/erP1ybk5fk) 

## Real Time Connections
- [ ] **Bug:** When I update **src/app/order/history.component.ts** with the code beneath **Listen to Socket Events** I get this [error](http://recordit.co/sn0WHPoGdo). Update the test for this section
tehfedaykin commented 5 years ago

Create "how to use this guide" section