10 | The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan. 11 | A small, agile dog that copes very well with mountainous terrain, the Shiba Inu was originally 12 | bred for hunting. 13 |
14 |2 | second-page works! 3 |
4 | -------------------------------------------------------------------------------- /src/app/second-page/second-page.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { async, ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { SecondPageComponent } from './second-page.component'; 4 | 5 | describe('SecondPageComponent', () => { 6 | let component: SecondPageComponent; 7 | let fixture: ComponentFixture2 | third-page works! 3 |
4 | -------------------------------------------------------------------------------- /src/app/third-page/third-page.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { async, ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { ThirdPageComponent } from './third-page.component'; 4 | 5 | describe('ThirdPageComponent', () => { 6 | let component: ThirdPageComponent; 7 | let fixture: ComponentFixture