simple loading animation and fade in and out animations

This commit is contained in:
William Welling
2017-10-04 15:39:08 -05:00
parent 7937a47aa5
commit 45ca74410c
27 changed files with 222 additions and 58 deletions

View File

@@ -22,8 +22,8 @@ describe('LoadingComponent (inline template)', () => {
comp = fixture.componentInstance; // LoadingComponent test instance
// query for the title <div> by CSS element selector
de = fixture.debugElement.query(By.css('div'));
// query for the message <span> by CSS element selector
de = fixture.debugElement.query(By.css('span'));
el = de.nativeElement;
});