![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@ng-toolkit/pwa
Advanced tools
Extension for @angular/pwa - adds server-side rendering fixes and update mechanism
This is part of the @ng-toolkit project. Check main page for more tools
Angular Universal PWA on AWS Lambda + API Gateway
isPlatformBrowser
in the code which touches PWA stuff)Create or navigate into your project:
ng new myApp
cd myApp
apply packages
ng add @angular/pwa
ng add @ng-toolkit/pwa [--serverModule path/to/your/server.module.ts]
You can chain this package with:
If you did not use Angular CLI to install this package, you need to import NgtPwaMockModule
in your server module:
@NgModule({
bootstrap: [AppComponent],
imports:[
NgtPwaMockModule,
BrowserModule.withServerTransition({appId: 'app-root'}),
AppModule,
ServerModule,
ModuleMapLoaderModule,
ServerTransferStateModule
]
})
export class AppServerModule {}
Feel free to create issue with your feature request
You can support development of this project via:
Support this project with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]
FAQs
Extension for @angular/pwa - adds server-side rendering fixes and update mechanism
The npm package @ng-toolkit/pwa receives a total of 40 weekly downloads. As such, @ng-toolkit/pwa popularity was classified as not popular.
We found that @ng-toolkit/pwa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.