We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8c540 commit e4dbbe7Copy full SHA for e4dbbe7
projects/lib/src/directives/google-signin-button.module.ts
@@ -2,7 +2,10 @@ import { NgModule } from '@angular/core';
2
import { GoogleSigninButtonDirective } from './google-signin-button.directive';
3
4
@NgModule({
5
- declarations: [GoogleSigninButtonDirective],
+ declarations: [],
6
exports: [GoogleSigninButtonDirective],
7
+ imports: [
8
+ GoogleSigninButtonDirective
9
+ ]
10
})
11
export class GoogleSigninButtonModule {}
0 commit comments