Moved to Angular 20
Moved to Tailwind 4 Moved to Python 3.13 Enabled arm64/v8 Builds
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
import {registerLocaleData} from '@angular/common'; //function to register it.
|
||||
import { registerLocaleData } from '@angular/common'; //function to register it.
|
||||
import enIn from '@angular/common/locales/en-IN';
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
|
||||
import { AppComponent } from './app/app.component';
|
||||
import { appConfig } from './app/app.config';
|
||||
|
||||
|
||||
registerLocaleData(enIn);
|
||||
|
||||
bootstrapApplication(AppComponent, appConfig)
|
||||
.catch((err) => console.error(err));
|
||||
bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err));
|
||||
|
||||
Reference in New Issue
Block a user