Git Product home page Git Product logo

ngu-utility's Introduction

Utility for Angular (vx+)Build Status

The utility components,service,directives and pipes for Angular.

Quick Start

npm install ngu-utility --save

Angular Version

This module library is built to work with Angular 2.3.0+, and support ahead-of-time compilation.

Module Format

This library ships as a "flat ES module" (FESM). This means that all the JavaScript code is located in a single ES5-compatible file, but makes use of ES2015 import and export statements.

Webpack, Systemjs and Rollup all support this format and should work without problems.

A UMD bundle is also provided for systems which do not support FESM.

Simple Example

// app.module.ts
import {NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {NguUtilityModule} from "ngu-utility/dist"; // <-- import the module

@NgModule({
  declarations: [
  
  ],
  imports: [
  
   NguUtilityModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})

1. Letter Avatar Component

letter avatar component, letter avatar for the given string. Like gmail or google inbox text avatar i.e. First letter of the given data will be the avatar

<ngu-letter-avatar avatar-data='{{title}}' ></ngu-letter-avatar> </h4>

Option attirbutes

You can affect how letteravatar operates with the following settings:

attribute name default description
avatar-custom-bg-color No default value Using this attribute set the custom color for avatar background.
avatar-dynamic false Set this attribute to true if dynamically avatar needs to be generated on data change.
avatar-rotate-degree 0 Set this attribute required degrees of rotation of the avatar.
avatar-alphabet-colors default color set Using this attribute set the custom colors for the alphabets only.
avatar-char-count 1 Specifies the number of letters to displayed. to generate combined letter avatar of first name and last name which are separated by space then set the value to '2'
avatar-data Input data i.e. email, names...etc -OR- If image already exists for item, set image URL or image data
avatar-height 50px set the height for the avatar
avatar-width 50px set the width for the avatar
avatar-font-weight 400 set the font weight for the avatar
avatar-font-size 30px set the font size for the letter
avatar-shape square set the shape for the avatar. set 'round' for rounded avatars
avatar-font-family HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica, Arial,Lucida Grande, sans-serif set the font Family of the avatar.
avatar-border false set the avatarborder to 'true' for the white border to avatar.
avatar-custom-border no default value using this attribute set the custom style to avatar borders i.e "border:5px solid black".

preview snaps :

demo demo demo demo demo demo demo demo demo demo

Building from source

Requires globally-installed node (tested with v5.x) & npm.

npm install
npm run build 

Contributions

For problems/suggestions please create an issue on Github.

Contributors

License

The MIT License

Copyright (c) 2017 Uttesh Kumar T.H. http://www.uttesh.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ngu-utility's People

Contributors

uttesh-rivet avatar uttesh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.