Angular2 - Which router? Angular 2 router or flowrouter

Hi All, newb question here. Im doing my first Meteor app - with another 2 in the pipeline. Routing - Meteor docs mention FlowRouter as the current router of choice. None of the docs mention how to use flowrouter with Angular2.

Do I route using Angular2 router of flowrouter???

I would use the Angular router. Flow router is a simple default, but I think it’s a good idea to use the router that goes best with your UI framework. That way you can simply learn from Angular tutorials, rather than needing to look for Meteor-specific materials.