Skip to content

Commit fb58c98

Browse files
committed
chore(build): fix zone.js typings error
1 parent ddf96ac commit fb58c98

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.spec.*
2+
bundles/test.umd.js

src/core/angularfire2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { Injectable, InjectionToken, OpaqueToken, NgModule } from '@angular/core
44
import { Subscription } from 'rxjs/Subscription';
55
import { Scheduler } from 'rxjs/Scheduler';
66
import { queue } from 'rxjs/scheduler/queue';
7+
import 'zone.js';
78

89
export interface FirebaseAppConfig {
910
apiKey?: string;

src/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './index.api';
1+
export * from './public_api';

0 commit comments

Comments
 (0)