5.2.1 • Published 4 days ago

gl-ng-inputs-frontend v5.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

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 { }
5.2.1

4 days ago

5.2.0

4 days ago

5.1.4

1 year ago

5.1.3

3 years ago

5.1.2

3 years ago

5.1.1

3 years ago

5.1.0

3 years ago

5.0.10

3 years ago

5.0.6

3 years ago

5.0.5

3 years ago

5.0.4

3 years ago

5.0.3

3 years ago

5.0.9

3 years ago

5.0.8

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.1

3 years ago

3.2.3

3 years ago

4.0.0

3 years ago

3.2.2

3 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.1.5

3 years ago

3.1.3

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.4

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.6

3 years ago

1.3.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago