Skip to content

Commit b87352c

Browse files
committed
templates/angular: biome fmt
1 parent 9e95350 commit b87352c

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

templates/angular/src/app/app.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import { ApplicationConfig, provideZoneChangeDetection } from "@angular/core";
1+
import {
2+
type ApplicationConfig,
3+
provideZoneChangeDetection,
4+
} from "@angular/core";
25
import { provideRouter } from "@angular/router";
36

47
import { routes } from "./app.routes";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Routes } from "@angular/router";
1+
import type { Routes } from "@angular/router";
22

33
export const routes: Routes = [];

templates/angular/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { bootstrapApplication } from "@angular/platform-browser";
2-
import { appConfig } from "./app/app.config";
32
import { AppComponent } from "./app/app.component";
3+
import { appConfig } from "./app/app.config";
44

55
bootstrapApplication(AppComponent, appConfig).catch((err) =>
66
console.error(err),

0 commit comments

Comments
 (0)