@nguniversal/module-map-ngfactory-loader
Advanced tools
Comparing version 5.0.0-beta.1 to 5.0.0-beta.2
@@ -5,3 +5,3 @@ { | ||
"types": "index.d.ts", | ||
"version": "5.0.0-beta.1", | ||
"version": "5.0.0-beta.2", | ||
"description": "NgFactoryLoader which uses a Map to load ngfactories without lazy loading", | ||
@@ -21,4 +21,4 @@ "homepage": "https://github.com/angular/universal", | ||
"peerDependencies": { | ||
"@angular/core": "^5.0.0-beta.7" | ||
"@angular/core": "^5.0.0-rc.3" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { ModuleWithProviders, Provider } from '@angular/core'; | ||
import { ModuleWithProviders, StaticProvider } from '@angular/core'; | ||
import { ModuleMap } from './module-map-ngfactory-loader'; | ||
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
export declare function provideModuleMap(moduleMap: ModuleMap): Provider; | ||
export declare function provideModuleMap(moduleMap: ModuleMap): StaticProvider; | ||
/** | ||
@@ -11,0 +11,0 @@ * Module for using a NgModuleFactoryLoader which does not lazy load |
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
19400
26
177
0