Welcome, Here's a collection of my Angular projects. Chronologically ordered by the most recent project above.
This a simple C.R.U.D list. Bugs can be added by name and you can give them a severity level and as well as write a descripton of the bug. It saves the date you logged it an and the person who logged it.
This app demonstrates the current weather based on your location. Weather data is provided by an online API. Uses Google geolocation API and features changeable animated icons and background color based on current weather.
- Components
- NGModules
- BrowserModule
- Templates
- Dark Sky Icons
- Dark Sky API
- Google Geocoding Service
- Services
- OnInit
- JsonpModule
- HttpModule
- Pipe
- RxJs
- Observable
This app demonstrates a simple to do list. Add an item and mark it completed when it's done.