2.0.5 • Published 7 years ago
metronic-badge-name-initials v2.0.5
metronic-badge-name-initials
A node.js module that return the name's initials
Installation
npm install metronic-badge-name-initials --save
Usage
SharedComponent
import { BadgeNameInitialsModule } from "metronic-badge-name-initials";
imports: [
BadgeNameInitialsModule
],
exports: [
BadgeNameInitialsModule
]
ExampleComponent
import { BadgeNameInitialsComponent } from 'metronic-badge-name-initials';
e.g:
In ng2-smart-table settings
columns: {
example: {
title: 'example',
type: 'custom',
renderComponent: BadgeNameInitialsComponent
},
Output
In the table the name's initials would look like..
When you hover the cursor on the name's initials in the table it would look like..
2.0.5
7 years ago
2.0.4
7 years ago
2.0.3
7 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago