0.0.16 • Published 6 years ago

ngx-aegon-ui v0.0.16

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

AegonUi

  • A simple component library to be used with Angular.
  • This component extends the funtionality of Angular web-components and is recommended that it is used with it.
  • However, this component can be used inside any other component.
  • It is developed using Angular >=7.2.0 and its ng g library schematics.

Installation

npm i ngx-lib-nfq-button

API Example

import { AegLibModule } from 'ngx-aegon-ui'; selector: aeg-button

@Inputs()

InputTypeRequiredDescription
buttonTypestringOptionalType of the button you want to display, normal by default (outline, clear, disabled,etc).
disabledbooleanOptional, default: falseif true, it disables the button

Usage

1) Register the AegLibModule in your app module.

import { AegLibModule } from 'ngx-aegon-ui'

import { NgModule } from '@angular/core';
import { AegLibModule } from 'ngx-aegon-ui';
import { AppComponent } from './app.component';

@NgModule({
 declarations: [AppComponent],
 imports: [
   AegLibModule
 ],
 providers: [],
 bootstrap: [AppComponent]
})
export class AppModule {}

2) Use the selector inside any component html file <aeg-buton><aeg-button> in your component.

0.0.16

6 years ago

0.0.14

6 years ago

0.0.15

6 years ago

0.0.13

6 years ago

0.0.10

6 years ago

0.0.11

6 years ago

0.0.12

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.5

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago