Skip to content

Commit 3fc8fc3

Browse files
committed
chore(angular): merged fixed dependencies
2 parents 5d34ed3 + 09b7272 commit 3fc8fc3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/angular/src/app/app.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ import {
2020
isDevMode,
2121
} from '@angular/core';
2222
import { provideRouter } from '@angular/router';
23-
2423
import { routes } from './app.routes';
2524
import {
2625
provideClientHydration,
2726
withEventReplay,
2827
} from '@angular/platform-browser';
29-
3028
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
3129
import { provideAuth, getAuth, connectAuthEmulator } from '@angular/fire/auth';
3230
import {
@@ -47,12 +45,10 @@ export const appConfig: ApplicationConfig = {
4745
provideFirebaseApp(() => initializeApp(firebaseConfig)),
4846
provideAuth(() => {
4947
const auth = getAuth();
50-
5148
if (isDevMode()) {
5249
/** Enable emulators in development */
5350
connectAuthEmulator(auth, 'http://localhost:9099');
5451
}
55-
5652
return auth;
5753
}),
5854
provideFirebaseUI((apps) => initializeUI({ app: apps[0] })),

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages:
1616
- packages/*
1717
- packages/angular/projects/*
18-
# - examples/* Remove until all package depenencies are published to npm
18+
- examples/angular
1919
onlyBuiltDependencies:
2020
- '@parcel/watcher'
2121
- esbuild

0 commit comments

Comments
 (0)