Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gl-ng-menus-frontend

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-ng-menus-frontend

Common code and components designed for Angular 2+ to be used among web front-end development.

  • 9.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
160
Maintainers
1
Weekly downloads
 
Created
Source

gl-ng-menus-frontend

version downloads downloads

What is this repository for?

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

In app.module.ts include these angular imports:

..
import { GlNgMenusFrontendModule } from 'gl-ng-menus-frontend';
...

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

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

Keywords

FAQs

Package last updated on 21 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc