0.0.16 • Published 4 years ago

ngx-aegon-ui v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago