diff --git a/src/app/_services/nasdaq-search.service.ts b/src/app/_services/nasdaq-search.service.ts index 795cf00..108edb8 100644 --- a/src/app/_services/nasdaq-search.service.ts +++ b/src/app/_services/nasdaq-search.service.ts @@ -3,7 +3,6 @@ import { HttpClient, HttpHeaders } from '@angular/common/http'; import 'rxjs/add/operator/map' /* - Works much on the same principle as the login service the only difference is we are searching for anything that starts with the provided string. */ diff --git a/src/app/_services/stock.service.ts b/src/app/_services/stock.service.ts index f17353f..fedbd4a 100644 --- a/src/app/_services/stock.service.ts +++ b/src/app/_services/stock.service.ts @@ -35,10 +35,8 @@ export class StockService { } /* - As we are accessing resources from a 3rd party it is best to use padding with the request ...that and it's required by the API - */ const url = this.baseUrl + "market/batch?symbols=" + symbolsComma + "&types=logo&callback=JSONP_CALLBACK"; return this.jsonp.request(url) diff --git a/src/app/about/about.component.css b/src/app/about/about.component.css new file mode 100644 index 0000000..e69de29 diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html new file mode 100644 index 0000000..a9f4663 --- /dev/null +++ b/src/app/about/about.component.html @@ -0,0 +1,32 @@ +
Eric Hodge & Team
+
+ I am a fun loving, open minded, husband, father, Maker, autocrossing Web Developer that doesn't believe in the limitations of one's hand.
+
+
+ My realistic dream is to write applications that can help people in their day-to-day lives. If I can remove stress from one person in my lifetime
+ by writing a fewhundred lines of code it'll all be worth it. ...as for unrealistic... I want to dance on the moon to Frank Sinatra's Fly Me To The Moon!
+
+
+ It's hard to say who I am in a little about me page or what I'm like but over time and a few beers I'm sure you'll figure me out.
+
+
+ Also... I love the web because it's the only platform that is truly accepted by everyone, regardless of operating system, country, or government, the web is what ties us all together.
+
+