From 614961e475ed7cbbf444d51cdad16a44d353d6aa Mon Sep 17 00:00:00 2001 From: myh Date: Fri, 8 Dec 2023 17:43:50 +0800 Subject: [PATCH] @ng-bootstrap/ng-bootstrap config --- src/main.ts | 2 ++ src/styles.scss | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/main.ts b/src/main.ts index 35b00f3..ee35435 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,3 +1,5 @@ +/// + import { bootstrapApplication } from '@angular/platform-browser'; import { appConfig } from './app/app.config'; import { AppComponent } from './app/app.component'; diff --git a/src/styles.scss b/src/styles.scss index 875127a..d10a703 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -40,3 +40,6 @@ $AngularDemo-theme: mat.define-light-theme(( html, body { height: 100%; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } + +/* Importing Bootstrap SCSS file. */ +@import 'bootstrap/scss/bootstrap';