Storefront
January 08 2018 by Chris
I've finished a project called "Storefront". Storefront is a demo application showcasing the basic features of Angular:
- Angular CLI
- Basic CRUD
- Basic application HTML5 routing
- Sub-modules
- Custom components and services
- Angular "in-memory-database" (useful for fast prototyping)
- Integration with Bootstrap, Moment JS, and jQuery (yes.. jQuery and Angular 2/4/5 can live together quite nicely)
Future work would include an upgrade of the service layer that doesn't bind to a static data but instead is fully wired for REST to Angular's "in-memory" database.