generator-angular-2-crud
generator-angular-2-crud copied to clipboard
Test the generator on Windows and MacOS
This is building over linux/ubuntu, we have to generate the CRUD over Windows and MacOS and run the project.
- [ ] Run on Windows
- [ ] Run on MacOS
Just to let you know I just generated and run an app on macOS 10.13.1. The statements for linux worked.
I only had to do npm install rxjs@^5.0.1 -s
, but I don't think that is macOS specific.
Thanks so much @Duvel to let us know