angular-material-badge

WebJar for angular-material-badge

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

angular-material-badge
Last Version

Last Version

1.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

angular-material-badge
WebJar for angular-material-badge
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jmouriz/angular-material-badge

Download angular-material-badge

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/angular-material-badge/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>angular-material-badge</artifactId>
    <version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/angular-material-badge/
implementation 'org.webjars.npm:angular-material-badge:1.2.8'
// https://jarcasting.com/artifacts/org.webjars.npm/angular-material-badge/
implementation ("org.webjars.npm:angular-material-badge:1.2.8")
'org.webjars.npm:angular-material-badge:jar:1.2.8'
<dependency org="org.webjars.npm" name="angular-material-badge" rev="1.2.8">
  <artifact name="angular-material-badge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='angular-material-badge', version='1.2.8')
)
libraryDependencies += "org.webjars.npm" % "angular-material-badge" % "1.2.8"
[org.webjars.npm/angular-material-badge "1.2.8"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : angular jar [1.6.5,2)
org.webjars.npm : angular-animate jar [1.6.5,2)
org.webjars.npm : angular-aria jar [1.6.5,2)
org.webjars.npm : angular-material jar [1.1.4,2)

Project Modules

There are no modules declared in this project.

angular-material-badge

Material Badge for AngularJS

Demo

View online demo

Install

Download the package:

yarn add angular-material-badge

Usage

In your document head, include:

<link rel="stylesheet" href="node_modules/angular-material-badge/angular-material-badge.min.css" />

Use the md-badge where you wish:

<md-badge>12</md-badge>

<ng-md-icon md-badge="12" icon="notifications"></ng-md-icon>

Then, just before close body tag, include:

<script src="node_modules/angular-material-badge/angular-material-badge.min.js"></script>

Include the module in your application:

var application = angular.module('Application', ['ngMdBadge']);

Versions

Version
1.2.8