0.0.4 • Published 3 years ago

jmg-lib v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

jmg-lib

jmg-lib is an Angular library to assist in common Angular development tasks. Currently, it only includes a social media component which can be seen on the website Jemigo.com. It will be expanded in the future to include many other tools for Angular development.

Installation

npm i jmg-lib

Usage

import { JmgLibModule } from 'jmg-lib';
  <social-media [coloredIcons]="false" 
  [githubName]="'githubUsername'"
  [linkedInName]="'linkedInHandle'"
  [twitterName]="'twitterHandle'"
  [facebookName]="'facebookUsername'"
  ></social-media>

License

jmg-lib is MIT licensed.

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago