I've been following this tutorial, to understand lazy loading, and below is my inference. Scenario 1: Services are provided by putting …
angular angular2-services angular2-modules angular2-providersI've just seen this question but I still have the same error. I have a shared module which I import …
angular typescript angular2-forms angular2-modulesI'm currently starting a new project with Angular 2.0 (release Version) and I want to define some global data models/schemas. …
angular typescript directory-structure datamodel angular2-modulesI have an application with some modules. Here is my root module: // imports... @NgModule({ bootstrap: [ AppModule ], declarations: [ AppComponent, ...APP_PIPES // …
angular typescript angular2-modulesI have built an ErrorHandlerLogger which is a service which extends ErrorHandler and logs error messages into a remote repository. …
angular angular2-services angular2-modulesI am trying to migrate one of my angular2 custom library to RC.6 + Webpack. My directory structure is: - src …
angular webpack angular2-modulesI made an Angular2 app like described here. It has two components (A,B) which are imported by the global …
angular single-page-application angular2-modulesWhen I try load my angular 2.0 application I get the following error: (index):21 Error: Error: Unexpected value '[object Object]…
angular typescript angular2-modulesIn the angular docs FAQ section it states, "Unlike providers of the modules loaded at launch, providers of lazy-loaded modules …
angular angular2-routing angular2-modulesI am new to angular 2, so please excuse me if this question sounds trivial to you. I am creating a …
angular angular2-components angular2-modules