ang2-phaser
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -15,5 +15,5 @@ "use strict"; | ||
//------------------------------------ | ||
var PhaserComponent = (function () { | ||
var ng2PhaserComponent = (function () { | ||
//-------------- | ||
function PhaserComponent(el) { | ||
function ng2PhaserComponent(el) { | ||
this.el = el; | ||
@@ -25,3 +25,3 @@ this.phaser = new core_1.EventEmitter(); | ||
//-------------- | ||
PhaserComponent.prototype.ngOnInit = function () { | ||
ng2PhaserComponent.prototype.ngOnInit = function () { | ||
var t = this; | ||
@@ -68,3 +68,3 @@ var alreadyLoaded = false; | ||
//-------------- | ||
PhaserComponent.prototype.initPhaser = function () { | ||
ng2PhaserComponent.prototype.initPhaser = function () { | ||
this.phaser.emit({ container: this.selfRef }); | ||
@@ -75,12 +75,12 @@ }; | ||
__metadata('design:type', Object) | ||
], PhaserComponent.prototype, "phaser", void 0); | ||
], ng2PhaserComponent.prototype, "phaser", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', Object) | ||
], PhaserComponent.prototype, "settings", void 0); | ||
], ng2PhaserComponent.prototype, "settings", void 0); | ||
__decorate([ | ||
core_1.Input(), | ||
__metadata('design:type', Object) | ||
], PhaserComponent.prototype, "layout", void 0); | ||
PhaserComponent = __decorate([ | ||
], ng2PhaserComponent.prototype, "layout", void 0); | ||
ng2PhaserComponent = __decorate([ | ||
core_1.Component({ | ||
@@ -92,8 +92,8 @@ selector: 'phaser', | ||
__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object]) | ||
], PhaserComponent); | ||
return PhaserComponent; | ||
], ng2PhaserComponent); | ||
return ng2PhaserComponent; | ||
var _a; | ||
}()); | ||
exports.PhaserComponent = PhaserComponent; | ||
exports.ng2PhaserComponent = ng2PhaserComponent; | ||
//------------------------------------ | ||
//# sourceMappingURL=phaser.directive.js.map |
@@ -12,3 +12,3 @@ // core | ||
}) | ||
export class PhaserComponent { | ||
export class ng2PhaserComponent { | ||
@@ -15,0 +15,0 @@ //-------------- |
{ | ||
"name": "ang2-phaser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Phaser module built for Angular 2 components.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
800090
11
3282
0