tree view multi select dropdown in bootstrap 4 in angular 9 - treeview

I am looking for tree view multi select dropdown in bootstrap 4, I found it in bootstrap 3.3.7, below is link for bootstrap 3.x
https://www.npmjs.com/package/ngx-tree-select
I also try to use some other but nothing work, if any one have working model please send me.
Below are other options I tried
https://www.npmjs.com/package/ngx-treeview(this is giving fatal error of "selection", when I checked on google I found, this is also not support angular 9)

Related

Laravel Nova 4 customize layout

Since Nova 4 has no blades anymore that you could publish, how could you approach customization the best in for example the head navbar next to the searchbar? I'd like to add a drop-down there but I don't know where to start or what to change?
In Nova 3 and earlier you had to publish the resources of nova and then you could add thing in your layout.blade.php.
Example
I think you have to override the Main Header Vue Component (just for info, located in: vendor/laravel/nova/resources/js/layouts/MainHeader.vue and etc...)
Can you try using the approach below? https://laracasts.com/discuss/channels/nova/how-to-override-a-nova-component?reply=672085

Laravel determine which controller returned error , laravel breeze

I'm using laravel breeze and I have two popups modals in the header, one for login and one for signup, when an authentication error occurs I want to: A) open the modal responsible and B) show the error in the correct modal, any ideas?
I solved it using $request->validateWithBag instead of $request->validate and checked for the "Bag" in script section with $errors->nameOfBag->has('email') and it worked as needed

How to connect multiple bootstrap versions?

I have a project on laravel which uses bootstrap 4. I want to connect there summernote which uses bootstrap 3. How is it possible to do this?
There is a variant of Summernote that supports BS4. See the GitHub repo. and select the feature/bootstrap4 branch.

Loading Laravel blase views using Vue

I have a Laravel project with a dashboard that contains a side menu. When navigating through this side menu, it refreshes the whole page (layout & view in blade). This is my dashboard:
1
I want to know how I'm able to load my blade views without page refresh. So that when I'm clicking on a navigation link, only the yielded content changes. How am I able to achieve this? Please don't mark this as a dublicate as I've visited most of the similar topics but without any succes.
Oh, and I'd appriciate it so bad if there's someone that's willing to help me out using Teamview.
views cannot be loaded that way with laravel. you will need to use components to design your pages with vue. with components in place you can now use vuerouter to load your pages that way.
Run php artisan preset vue to start your project using Vue.
To access a menu link without refresh the page, use <route-link to="..."></route-link>
https://router.vuejs.org/guide/#html

Merging metronic code with angular-seed-advanced

I have replaced index.html file of metronic with the index.html file of angular-seed-advanced (src/client) also I have dropped my metronic code inside the client folder but after running the code I am “Parser blocking cross site error”.
Can you please check our Metronic code (angular) which needs to be merged in angular-seed-advanced.
Below is my git url by which you can check my angular code of Metronic and also I am sharing documentation of Metronic.
One more question, can we please use Angular 4 in angular-seed-advanced.
Metronic code git: https://github.com/Jeremywhiteley/MedTexterNative/tree/11-10-2017/angular
Metronic Documentation: http://keenthemes.com/metronic/documentation.html
Snapshot of error: https://screencast.com/t/aPPFvlsJnr6

Resources