Web APIs for Angular

High quality lightweight wrappers for native Web APIs for idiomatic use with Angular
Home

Notification API logo Notification API

A library for declarative use of Notification API with Angular.

Installation

    
      npm i @ng-web-apis/notification
    

The main entity of the library is WaNotificationService (provided in root).
Inject it into your component and investigate all example above.