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...
Currently,@Injectable()is only there to force TypeScript to emit metadata. It could be any other decorator, as explained here:http://blog.thoughtram.io/angular/2015/09/17/resolve-service-dependencies-in-angular-2.html Adding all providers to the@componentannotation (or even the bootstrap funct...
@import '~bootstrap/scss/bootstrap.scss'; globally in syles.scss "@ng-bootstrap/ng-bootstrap": "1.0.0", "bootstrap": "4.0.0", "@angular/compiler": "5.2.4", Member pkozlowski-opensource commented Feb 10, 2018 We've it documented at https://ng-bootstrap.github.io/#/getting...
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[] = ...