Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngneat/hot-toast

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/hot-toast - npm Package Compare versions

Comparing version 5.0.2 to 5.1.0-beta.1

1

lib/hot-toast.module.d.ts

@@ -17,2 +17,3 @@ import { ModuleWithProviders } from '@angular/core';

static forRoot(config?: Partial<ToastConfig>): ModuleWithProviders<HotToastModule>;
static forFeature(config?: Partial<ToastConfig>): ModuleWithProviders<HotToastModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<HotToastModule, never>;

@@ -19,0 +20,0 @@ static ɵmod: i0.ɵɵNgModuleDeclaration<HotToastModule, [typeof i1.HotToastContainerComponent, typeof i2.HotToastComponent, typeof i3.AnimatedIconComponent, typeof i4.IndicatorComponent, typeof i5.CheckMarkComponent, typeof i6.ErrorComponent, typeof i7.LoaderComponent, typeof i8.WarningComponent, typeof i9.InfoComponent], [typeof i10.CommonModule, typeof i11.DynamicViewModule], never>;

2

package.json
{
"name": "@ngneat/hot-toast",
"version": "5.0.2",
"version": "5.1.0-beta.1",
"description": "Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.",

@@ -5,0 +5,0 @@ "schematics": "./schematics/collection.json",

@@ -107,2 +107,15 @@ <p align="center">

There is also possibility to import `HotToastModule` for child module. You can also set toast options ([`Partial<ToastConfig>`](#toastconfig)) here which will apply only in scope of that module and it's children:
```typescript
import { HotToastModule } from '@ngneat/hot-toast';
@NgModule({
imports: [HotToastModule.forChild({
// config
})],
})
class LazyLoadedModule {}
```
## Basic Usage

@@ -109,0 +122,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc