This was built using this Angular ES6 starter pack: AngularClass/NG6-Starter
gulp
to start dev servernpm test
to run testsnpm run build
to build production build
- Build out more tests
- Make better decisions with images/icons
- LINTING!
-
Don't love how my factories are manipulating the original object/array. Would love to spend some time figuring out a better solution that allows for some semblance of immutability. Didn't have time to figure that one out.
-
I would like to do more of my testing outside of Karma. Especially things like the factory. That seems like an un-necessary abstraction. Testing in Node and using something like jsdom could probably do a lot of things for you.
-
Found it to be odd that the starter pack uses both gulp and webpack to do dev work. Seems a bit redundant.
- Angular Material component library
- Angular Material icons