Top "Angular2-modules" questions

Angular 2 Routing Error with ModuleWithProviders

I'm new in Angular 2 I need help on the routing part. I'm using http://jasonwatmore.com/post/2016/09/29/angular-2-user-registration-and-login-example-tutorial I …

angular angular2-routing angular2-modules
Angular2 "No provider for Service!" error when provider is added @NgModule

I have an app module and single component application (made to demonstrate my problem), and getting following error: Error in ./…

javascript angular typescript angular2-modules
how to use sharedModule in angular2?

I have one angular2 component which I want to share among multiple modules. So I wrote below sharedModule , import { NgModule } …

angular typescript angular2-modules ng-modules
Angular 2 global component

My structure is as follows : App *component, module, template* Component 1 *component, module, template* Component 11 *component, module, template* Global Component *component, …

angular angular2-components angular2-modules
Multiple modules in Angular 2

I have an Angular 2 app (RC7) which started as a single component but is quickly becoming used throughout the project …

angular systemjs angular2-modules