added initial home page content

This commit is contained in:
Art Lowel
2017-05-18 15:02:33 +02:00
parent e5a885afe7
commit f5e5b72f47
14 changed files with 107 additions and 54 deletions

View File

@@ -52,8 +52,8 @@ describe('App component', () => {
comp = fixture.componentInstance; // component test instance
// query for the title <p> by CSS element selector
de = fixture.debugElement.query(By.css('p'));
// query for the <div class="outer-wrapper"> by CSS element selector
de = fixture.debugElement.query(By.css('div.outer-wrapper'));
el = de.nativeElement;
});