Initial Details: Bootstrap: ^4.0.0-beta.3 Angular: ^5.0.0 Webpack build fails via angular-cli on adding bootstrap.min.css file in angular-cli.json. Error: 10% building modules 8/11 modules 3 active ...ode_modules/style-loader/addStyles.j...
The doc on using ng-bootstrap on github fails to mention that a cdn call must be made in the index.html file else ng-bootstarp won't work. my cdn call below It doesn't work when this line is removed from index.html.
bootstrap: [AppComponent], }) export class AppModule {} export class AppModule { } 11 changes: 11 additions & 0 deletions 11 apps/docs/src/app/common/components.ts Original file line numberDiff line numberDiff line change @@ -38,6 +38,17 @@ export const components: RouteProps[] = ...