ng-bootstrap-Paket hinzugefügt.

This commit is contained in:
Developer 02
2024-06-13 09:51:43 +02:00
parent 13b9394073
commit 23bf7579f6
6 changed files with 176 additions and 123 deletions

View File

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

View File

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