Open mfsjr opened 7 years ago
Looks like the problem is, of all things, capitalization. If you enter a component name with the first letter capitalized, this is the result. I checked with the angular style guide and it suggests directives (so one would assume components) should have the first letter in lower case, but this is a bear to figure out.
Would be nice if the generator enforced that, or you got a meaningful error (somewhere other than a release build).
If you could point me to the code I would do a PR.
Bootstrap UI Bootstrap
Created and built this project as indicated. The app comes up and runs out of the box.
Then do this:
yo angular-fullstack:component StockModal
Then in
app.js
alter these lines to include theStockModal
component in the app:Try running again, this time you get an error in Chrome:
Apologies if I'm missing something simple here...
Thanks, Matt