Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "co-auther", | ||
"version": "1.2.2", | ||
"description": "", | ||
"version": "1.3.0", | ||
"description": "Angular 2 routing helper", | ||
"keywords": [ | ||
"angular2" | ||
], | ||
"main": "src/co-auther/co-auther.js", | ||
@@ -25,26 +28,26 @@ "scripts": { | ||
"@angular/router": "^3.0.0-beta.2", | ||
"@angular/core": "^2.0.0-rc.4" | ||
"@angular/core": "^2.0.0-rc.5" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "2.0.0-rc.4", | ||
"@angular/compiler": "2.0.0-rc.4", | ||
"@angular/core": "2.0.0-rc.4", | ||
"@angular/http": "2.0.0-rc.4", | ||
"@angular/platform-browser": "2.0.0-rc.4", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.4", | ||
"@angular/common": "2.0.0-rc.5", | ||
"@angular/compiler": "2.0.0-rc.5", | ||
"@angular/core": "2.0.0-rc.5", | ||
"@angular/http": "2.0.0-rc.5", | ||
"@angular/platform-browser": "2.0.0-rc.5", | ||
"@angular/platform-browser-dynamic": "2.0.0-rc.5", | ||
"@angular/router": "3.0.0-beta.2", | ||
"bootstrap": "git+https://git@github.com/twbs/bootstrap.git#v4-dev", | ||
"es6-shim": "0.35.0", | ||
"express": "4.13.4", | ||
"ghooks": "1.2.1", | ||
"express": "4.14.0", | ||
"ghooks": "1.3.2", | ||
"gulp": "3.9.1", | ||
"gulp-sass": "2.2.0", | ||
"protractor": "3.1.1", | ||
"reflect-metadata": "0.1.2", | ||
"gulp-sass": "2.3.2", | ||
"protractor": "4.0.3", | ||
"reflect-metadata": "0.1.8", | ||
"rxjs": "5.0.0-beta.6", | ||
"systemjs": "0.19.27", | ||
"typescript": "1.9.0-dev.20160409", | ||
"typings": "1.1.0", | ||
"systemjs": "0.19.36", | ||
"typescript": "2.0.0", | ||
"typings": "1.3.2", | ||
"zone.js": "0.6.12" | ||
} | ||
} |
"use strict"; | ||
var platform_browser_dynamic_1 = require('@angular/platform-browser-dynamic'); | ||
var common_1 = require('@angular/common'); | ||
var app_component_1 = require('./components/app.component'); | ||
var app_routes_1 = require('./components/app.routes'); | ||
var co_auther_provider_1 = require('./co-auther.provider'); | ||
var api_service_1 = require('./api.service'); | ||
platform_browser_dynamic_1.bootstrap(app_component_1.AppComponent, [ | ||
app_routes_1.APP_ROUTER_PROVIDERS, | ||
{ | ||
provide: common_1.LocationStrategy, | ||
useClass: common_1.HashLocationStrategy | ||
}, | ||
api_service_1.ApiService, | ||
co_auther_provider_1.coAutherProvider // CoAutherGuard needs this | ||
]).catch(function (err) { return console.log(err); }); | ||
var app_module_1 = require('./app.module'); | ||
platform_browser_dynamic_1.platformBrowserDynamic().bootstrapModule(app_module_1.AppModule); | ||
//# sourceMappingURL=main.js.map |
@@ -1,17 +0,4 @@ | ||
import {bootstrap} from '@angular/platform-browser-dynamic' | ||
import {LocationStrategy, HashLocationStrategy} from '@angular/common' | ||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' | ||
import { AppModule } from './app.module' | ||
import {AppComponent} from './components/app.component' | ||
import {APP_ROUTER_PROVIDERS} from './components/app.routes' | ||
import {coAutherProvider} from './co-auther.provider' | ||
import {ApiService} from './api.service' | ||
bootstrap(AppComponent, [ | ||
APP_ROUTER_PROVIDERS, | ||
{ | ||
provide: LocationStrategy, | ||
useClass: HashLocationStrategy | ||
}, | ||
ApiService, | ||
coAutherProvider // CoAutherGuard needs this | ||
]).catch(err => console.log(err)) | ||
platformBrowserDynamic().bootstrapModule(AppModule) |
{ | ||
"globalDependencies": { | ||
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504", | ||
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446" | ||
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255", | ||
"node": "registry:dt/node#6.0.0+20160807145350" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68652
84
1175