@nguniversal/common
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": "Angular Universal common ", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/angular/universal", |
@@ -26,7 +26,7 @@ # Angular Universal Common Module | ||
```ts | ||
import {TransferHttpCacheModule} from ‘@nguniversal/common’; | ||
import {TransferHttpCacheModule} from '@nguniversal/common'; | ||
@NgModule({ | ||
imports: [ | ||
BrowserModule.withServerTransition({appId: ‘my-app’}), | ||
BrowserModule.withServerTransition({appId: 'my-app'}), | ||
TransferHttpCacheModule, | ||
@@ -33,0 +33,0 @@ ], |
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
18451
15
158