Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 678 Bytes

File metadata and controls

9 lines (6 loc) · 678 Bytes

Building a Responsive SPA Framework with Angular

This project is based on the awesome Pluralsight course: Building a Responsive SPA Framework with Angular by Mark Zamoyta. All credit should go to Mark Zamoyta for this outside of a few minor changes.

Angular 4 with Bootstrap 4 and Font-Awesome

The biggest divergents in this project from Mark's is that I used Angular 4.3.2 (instead of Angular 2) with Bootstrap 4 (alpha 6) and Font-Awesome icons (instead of Bootstrap v 3.7 with Glyphicions) to follow along as best I could. Subtle changes were necessary here and there.

##TODO

  • Create npm package for the SPA Framework (see Pluralsight - NPM Playbook by Joe Eames)