How to take event when use module 'angular2-meteor-accounts-ui'

I’m a beginner learn meteor.
I already module “angular2-meteor-accounts-ui” to create loggin-buttons. It’s work fine.
But now i want insert data in my table (infomation{userId, name, address, birthday}) when register 1 user.
Someone have an idea?
Thanks!