Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@tilde-nlp/ngx-menu
Advanced tools
Library for project menu. Contains collapsible side navigation and dropdown menu for small screens Component layout and stlying is based on `angular flex-layout` framework.
Library for project menu. Contains collapsible side navigation and dropdown menu for small screens
Component layout and stlying is based on angular flex-layout
framework.
Basic steps for including side nav in app:
Install necessary dependencies npm i @tilde-nlp/ngx-common @tilde-nlp/ngx-menu @tilde-nlp/ngx-strapi @tilde-nlp/strapi-models
. Strapi libs are necessary for legacy use and in case project needs strapi menu items.
Provide MENU_SHARED_CONFIG
amd STRAPI_API_CONFIG_TOKEN
(even if you don't need one) in your app.config.ts file.
Example:
{
provide: MENU_SHARED_CONFIG, useValue: {
disableStrapi: true,
baseUrl: '/',
itemGroups: [
{
items: [
]
}
]
}
},
{
provide: STRAPI_API_CONFIG_TOKEN,
useValue: { baseUrl: "", enabled: false }
},
readonly settings: SideNavSettings = {
menuLogo: 'images/logo.svg',
menuLogoCollapsed: 'images/logo.svg',
disableStrapi: true,
expandedWidth: '241px',
collapsedWidth: '56px',
userOptions: [
{
label: 'menu.logout',
callback: () => this.logout()
}
]
};
<lib-side-nav-menu
[menuSettings]="settings"
>
</lib-side-nav-menu>
FAQs
Library for project menu. Contains collapsible side navigation and dropdown menu for small screens Component layout and stlying is based on `angular flex-layout` framework.
The npm package @tilde-nlp/ngx-menu receives a total of 10 weekly downloads. As such, @tilde-nlp/ngx-menu popularity was classified as not popular.
We found that @tilde-nlp/ngx-menu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.