angular-flashr
0.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package angular-flashr --version 0.0.3
NuGet\Install-Package angular-flashr -Version 0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="angular-flashr" Version="0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add angular-flashr --version 0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: angular-flashr, 0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install angular-flashr as a Cake Addin #addin nuget:?package=angular-flashr&version=0.0.3 // Install angular-flashr as a Cake Tool #tool nuget:?package=angular-flashr&version=0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ever wanted a flash like mechanism that occurred after a redirect in AngularJS? Flashr alleviates all the setup of flashing and notifications inside of your application using toastr.
Display notifications now or later.
Simple Examples
flashr.now.success("your message");
flashr.later.success("your message after page redirection");
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- angularjs (>= 1.0.7)
- lodash.underscore (>= 1.3.1)
- toastr (>= 1.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.0.3 - Bug fixes