ng-material-multilevel-menu | :page_facing_up: Material Multi-Level Menu for Angular Projects

 by   ShankyTiwari TypeScript Version: 6.0.2 License: MIT

kandi X-RAY | ng-material-multilevel-menu Summary

kandi X-RAY | ng-material-multilevel-menu Summary

ng-material-multilevel-menu is a TypeScript library typically used in Architecture, Angular applications. ng-material-multilevel-menu has no vulnerabilities, it has a Permissive License and it has low support. However ng-material-multilevel-menu has 1 bugs. You can download it from GitHub.

:page_facing_up: Material Multi-Level Menu for Angular Projects
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ng-material-multilevel-menu has a low active ecosystem.
              It has 96 star(s) with 51 fork(s). There are 10 watchers for this library.
              There were 3 major release(s) in the last 12 months.
              There are 19 open issues and 104 have been closed. On average issues are closed in 52 days. There are 28 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of ng-material-multilevel-menu is 6.0.2

            kandi-Quality Quality

              ng-material-multilevel-menu has 1 bugs (0 blocker, 0 critical, 0 major, 1 minor) and 1 code smells.

            kandi-Security Security

              ng-material-multilevel-menu has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ng-material-multilevel-menu code analysis shows 0 unresolved vulnerabilities.
              There are 1 security hotspots that need review.

            kandi-License License

              ng-material-multilevel-menu is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ng-material-multilevel-menu releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.
              It has 996 lines of code, 0 functions and 166 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ng-material-multilevel-menu
            Get all kandi verified functions for this library.

            ng-material-multilevel-menu Key Features

            No Key Features are available at this moment for ng-material-multilevel-menu.

            ng-material-multilevel-menu Examples and Code Snippets

            No Code Snippets are available at this moment for ng-material-multilevel-menu.

            Community Discussions

            QUESTION

            ngx-useful-swiper setup in Angular 8 gives error
            Asked 2021-Oct-14 at 06:37

            I followed this guide to set up swiper slider in my Angular 8 application.

            I get the below error when importing NgxUsefulSwiperModule into app.module.ts

            ERROR in ./node_modules/ngx-useful-swiper/fesm2015/ngx-useful-swiper.js Module not found: Error: Can't resolve 'swiper/bundle' in 'C:\Users\Dan\NewAngular\node_modules\ngx-useful-swiper\fesm2015'

            I tried deleting the node_modules folder and reinstalling everything but it fails every time.

            Can someone please tell me what I'm doing wrong?

            This is my package.json file

            ...

            ANSWER

            Answered 2021-Oct-14 at 06:37

            Looks like ngx-useful-swiper is not compatible with the latest version of swiper.

            The error clearly states that ngx-useful-swiper is trying to access a file that's not available in the swiper package you just installed.

            Try installing a different version of swiper slider.

            Follow these steps:

            1) Uninstall the current swiper

            Source https://stackoverflow.com/questions/69564969

            QUESTION

            Angular 8: No provider for MultilevelMenuService
            Asked 2020-Jun-20 at 22:45

            I have an angular8 project which I upgraded recently from angular7 on node: "10.15.2","npm": "6.14.5"

            I'm using the following plugin

            https://www.npmjs.com/package/ng-material-multilevel-menu

            @4.12.2

            With ng serve the application works fine and the multilevel as expected.

            However I've installed angular ssr as described in universal and when when I run with the command:

            ng serve --prod --optimization=false

            or

            npm run build:ssr && npm run serve:ssr

            I receive the following error:

            main.96f1c69496e6c439b888.js:29505 ERROR NullInjectorError: StaticInjectorError(AppModule)[ListItemComponent -> MultilevelMenuService]: StaticInjectorError(Platform: core)[ListItemComponent -> MultilevelMenuService]: NullInjectorError: No provider for MultilevelMenuService!

            I have made the following project in order to show the error I get which you can find in the link angular8-ng-multilevel

            Any ideas on how could I solve it?

            Thanks

            ...

            ANSWER

            Answered 2020-Jun-20 at 21:34

            QUESTION

            Can't bind to 'configuration' since it isn't a known property of 'ng-material-multilevel-menu'
            Asked 2020-Feb-25 at 21:14

            I am using ng-material-multilevel-menu plugin to create multilevel dropdown. I am following this article, but getting below runtime error

            Can't bind to 'configuration' since it isn't a known property of 'ng-material-multilevel-menu'. 1. If 'configuration' is an Angular directive, then add 'CommonModule' to the '@NgModule.imports' of this component. 2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

            Can't bind to 'items' since it isn't a known property of 'ng-material-multilevel-menu'. 1. If 'items' is an Angular directive, then add 'CommonModule' to the '@NgModule.imports' of this component. 2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

            'ng-material-multilevel-menu' is not a known element: 1. If 'ng-material-multilevel-menu' is an Angular component, then verify that it is part of this module. 2. If 'ng-material-multilevel-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

            This is my code in .html file

            ...

            ANSWER

            Answered 2020-Feb-25 at 01:23

            First: Do not use var, just use it like this appitems=[...] Second: You did not declare the config variable in your controller. Third: You need to add the NgMaterialMultilevelMenuModule in the AppModule class not in the component you created.

            Source https://stackoverflow.com/questions/60336154

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ng-material-multilevel-menu

            You can use either the npm or yarn command-line tool to install packages. Use whichever is appropriate for your project in the examples below.

            Support

            I welcome you to fork and add more features into it. If you have any bugs or feature request, please create an issue at github repository.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i ng-material-multilevel-menu

          • CLONE
          • HTTPS

            https://github.com/ShankyTiwari/ng-material-multilevel-menu.git

          • CLI

            gh repo clone ShankyTiwari/ng-material-multilevel-menu

          • sshUrl

            git@github.com:ShankyTiwari/ng-material-multilevel-menu.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link