You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generator-angular-fullstack | 3.5.0
Transpiler | Babel
Markup | HTML
CSS | CSS
Router | ngRoute
Build Tool | Gulp
Client Tests | Jasmin
DB | MongoDB
Auth | N
The problem I report is on a default installation except that I got rid of the linting. The version of the library that got installed had a bug that I did not see an easy way around.
Bootstrap is not included into the page by default. I looked around for a bit and saw it was excluded from wiredep:client explicitly (note I opted for Gulp). Removing that exclusion successfully injected the dependency into index.html and it now works fine.
The text was updated successfully, but these errors were encountered:
The problem I report is on a default installation except that I got rid of the linting. The version of the library that got installed had a bug that I did not see an easy way around.
Bootstrap is not included into the page by default. I looked around for a bit and saw it was excluded from
wiredep:client
explicitly (note I opted for Gulp). Removing that exclusion successfully injected the dependency intoindex.html
and it now works fine.The text was updated successfully, but these errors were encountered: