gl-ng-inputs-frontend
TypeScript icon, indicating that this package has built-in type declarations

10.2.1 • Public • Published

gl-ng-inputs-frontend

version downloads downloads

What is this repository for?

This package (glaucioleonardo-an****gular-inputs-frontend) is a common code and components designed for Angular 2+ to be used among web front-end development.

This library has been generated with Angular CLI version 11.2.8.

The full documentation is still under progress, however the components working perfectly (... or not!)

Table of contents

  1. Configurations:
    1.1. Importing the component into angular module

Importing the component into angular module

In order to use the component, it's necessary to import the library as dependency:

npm install gl-ng-inputs-frontend --save-dev

In app.module.ts include these angular imports:

..
import { GlNgInputsFrontendModule } from 'gl-ng-inputs-frontend';
...

@NgModule({
  declarations: [
   ...
  ],
  imports: [
   ...
    GlNgInputsFrontendModule,

   ...
  ],
  exports: [
   ...
  ]
})
export class AppModule { }

Dependencies (17)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gl-ng-inputs-frontend

    Weekly Downloads

    128

    Version

    10.2.1

    License

    MIT

    Unpacked Size

    1.27 MB

    Total Files

    108

    Last publish

    Collaborators

    • glaucioleonardo