#9 readme updates and minor code improvements

This commit is contained in:
Denys Vuika
2016-05-09 16:12:11 +01:00
parent d85ff5f621
commit 3c7fa6e8a6
6 changed files with 30 additions and 14 deletions

View File

@@ -65,9 +65,10 @@ System.register(['angular2/core', 'ng2-alfresco-login/ng2-alfresco-login', 'angu
router_1.RouteConfig([
{ path: '/', name: 'Login', component: ng2_alfresco_login_1.AlfrescoLoginComponent, useAsDefault: true }
]),
__metadata('design:paramtypes', [ng2_alfresco_login_2.AlfrescoAuthenticationService, router_1.Router, services_1.AlfrescoSettingsService])
__metadata('design:paramtypes', [(typeof (_a = typeof ng2_alfresco_login_2.AlfrescoAuthenticationService !== 'undefined' && ng2_alfresco_login_2.AlfrescoAuthenticationService) === 'function' && _a) || Object, router_1.Router, (typeof (_b = typeof services_1.AlfrescoSettingsService !== 'undefined' && services_1.AlfrescoSettingsService) === 'function' && _b) || Object])
], AppComponent);
return AppComponent;
var _a, _b;
}());
exports_1("AppComponent", AppComponent);
}