ng2_g_signin 0.3.1
ng2_g_signin: ^0.3.1 copied to clipboard
Google sign-in component for Angular2 Dart.
Changelog #
0.3.1 #
- Upgrade angular2 dep to ^2.0.0.
- Avoid error on gapi.auth2.init with angular2 2.0.0 by adding a prefix.
0.3.0 #
- Breaking Rename GSignin to GoogleSignin.
- Change to ChangeDetectionStrategy.OnPush.
- Add sign out example.
- Clean up the e2e example.
- Internal code clean up.
0.2.0+3 #
- Clean up README.
0.2.0+2 #
- Enable strong-mode analysis.
- Move example site code to e2e_example/.
0.2.0+1 #
- Update README.
- Add the working example site instead of deleting
example/.
0.2.0 #
- Moved from angular2_google_signin to avoid potential package namespace collision.
- Rename component's selector from
google-siginintog-sigin.