@biznas/ng-component-outlet
Advanced tools
Comparing version 0.6.3 to 0.6.4
{ | ||
"name": "@biznas/ng-component-outlet", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Biznas Open Source for Angular - the core framework", | ||
@@ -10,9 +10,9 @@ "main": "./index.js", | ||
"peerDependencies": { | ||
"@angular/common": "^4.0.0-rc.2", | ||
"@angular/compiler": "^4.0.0-rc.2", | ||
"@angular/core": "^4.0.0-rc.2", | ||
"@angular/router": "^4.0.0-rc.2", | ||
"lodash": "4.x.x", | ||
"rxjs": "5.2.x", | ||
"zone.js": "0.7.x" | ||
"@angular/common": "4.0.0", | ||
"@angular/compiler": "4.0.0", | ||
"@angular/core": "4.0.0", | ||
"@angular/router": "4.0.0", | ||
"lodash": "^4.17.4", | ||
"rxjs": "^5.2.0", | ||
"zone.js": "^0.8.5" | ||
}, | ||
@@ -19,0 +19,0 @@ "repository": { |
@@ -30,3 +30,3 @@ "use strict"; | ||
else { | ||
this._moduleRef = undefined; | ||
this._moduleRef = null; | ||
} | ||
@@ -77,3 +77,3 @@ activate = true; | ||
this._view.clear(); | ||
this._componentRef = undefined; | ||
this._componentRef = null; | ||
}; | ||
@@ -80,0 +80,0 @@ return BizComponentOutletDirective; |
export * from './component-outlet.directive'; | ||
export * from './component-outlet.module'; | ||
export * from './component-outlet'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17940
185
1