@His0wnFoot

Great video, helped me a lot! Just a quick note for anyone watching, you should not be importing the BrowserModule anywhere except in your AppModule. In every feature module you should import the CommonModule instead (which still provides the same directives, such as ngIf, ngFor). Importing the BrowserModule can lead to some unexpected behaviour. Check up on Angular's documentation for more information on that.

@kabal911

Very informative. 
You should update this to use "redirectTo: '/players' " for your base route, instead of directly using "component: PlayerListComponent"

@KANDYGUY007

Thank alot mate,, its really useful.

@michaelcxvv

Thank you for a great tut.

@derk6831

Thanks bro, you are the man.. keep up the good work.Can you make angular video with firebase? and how to deploy angular app with json database....

@amnac.innotical5372

i now know routing ; 
B) ;
Thanks man ;

@faizankhan-eq7ev

Is it possible in Angular 2 to use some other module's component without having them exported ?

How were you able to do so ?  or i totally missed something