Skip to content

Commit e4dbbe7

Browse files
Fix bootstrapping
1 parent 4e8c540 commit e4dbbe7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/lib/src/directives/google-signin-button.module.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import { NgModule } from '@angular/core';
22
import { GoogleSigninButtonDirective } from './google-signin-button.directive';
33

44
@NgModule({
5-
declarations: [GoogleSigninButtonDirective],
5+
declarations: [],
66
exports: [GoogleSigninButtonDirective],
7+
imports: [
8+
GoogleSigninButtonDirective
9+
]
710
})
811
export class GoogleSigninButtonModule {}

0 commit comments

Comments
 (0)