Install ng bootstrap

This commit is contained in:
Toast 2025-01-28 10:16:00 +01:00
parent 72e96855e6
commit edbd84845a
6 changed files with 134 additions and 91 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';