Skip to content

glaucioleonardo/gl-ng-frontend

Repository files navigation

gl-ng-frontend

version downloads downloads

What is this repository for?

This package (glaucioleonardo-an****gular-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-frontend --save-dev

In app.module.ts include these angular imports:

..
import { GlNgFrontendModule } from 'gl-ng-frontend';
...

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published