diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/src/week1/day0/expenses.html b/src/week1/day0/expenses.html new file mode 100644 index 0000000..61a977f --- /dev/null +++ b/src/week1/day0/expenses.html @@ -0,0 +1,48 @@ + + + +
+ + + +| Expense | +Month | +Year | +Ammount | + + +
|---|---|---|---|
| Water service | +July | +2018 | +$500 | +
| Electricity | +July | +2018 | +$1000 | +
| Gas | +June | +2018 | +$800 | +
+ {{ photo.rover.name }}: {{ photo.camera.name }}
+{{ photo.earth_date }}
+{{ photo.earth_date }}
++ No photos given +
diff --git a/src/week4/mars-boot/src/app/components/ui/not-found-placeholder/not-found-placeholder.component.spec.ts b/src/week4/mars-boot/src/app/components/ui/not-found-placeholder/not-found-placeholder.component.spec.ts new file mode 100644 index 0000000..fd400f5 --- /dev/null +++ b/src/week4/mars-boot/src/app/components/ui/not-found-placeholder/not-found-placeholder.component.spec.ts @@ -0,0 +1,25 @@ +import { async, ComponentFixture, TestBed } from '@angular/core/testing'; + +import { NotFoundPlaceholderComponent } from './not-found-placeholder.component'; + +describe('NotFoundPlaceholderComponent', () => { + let component: NotFoundPlaceholderComponent; + let fixture: ComponentFixture