BryanWilhite / Songhay.Dashboard

the visual summary of activity in the Songhay System
2 stars 0 forks source link

add AmazonProductImageBuilder component #17

Closed BryanWilhite closed 6 years ago

BryanWilhite commented 6 years ago

legacy view:

image

BryanWilhite commented 6 years ago
ng generate component components/affiliates/amazon-product-images --flat=false --module=app --styleext=scss --dry-run
ng generate service services/AmazonData --module=app --dry-run
BryanWilhite commented 6 years ago

one comp test failure comes from FormGroup being null (while FormBuilder is mocked) as it is called from its getter; putting a null-check here should work out fine

not mocking FormGroup should cause param resolution errors because the test is ignoring Material form elements

BryanWilhite commented 6 years ago

current experience: recording

super-helpful reference from AngularFirebase: https://www.youtube.com/watch?v=JeeUY6WaXiA

BryanWilhite commented 6 years ago

decent: image