@ng-bootstrap/ng-bootstrap config

This commit is contained in:
myh 2023-12-08 17:43:50 +08:00
parent d7a13106fc
commit 614961e475
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/// <reference types="@angular/localize" />
import { bootstrapApplication } from '@angular/platform-browser'; import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config'; import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component'; import { AppComponent } from './app/app.component';

View File

@ -40,3 +40,6 @@ $AngularDemo-theme: mat.define-light-theme((
html, body { height: 100%; } html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
/* Importing Bootstrap SCSS file. */
@import 'bootstrap/scss/bootstrap';