Adding Multi Level Menu to Sidenav | Part 2 | Responsive Sidenav

  Рет қаралды 48,985

Angularistic

Angularistic

Жыл бұрын

In this video we'll add a multi level submenu to the responsive side navigation bar which we created in the previous video.
_________________________________________________
Project helper:
github.com/Angular-istic/Proj...
_________________________________________________
Commands used
To generate components :
ng g c sublevel-menu --inline-template --inline-style --flat true
ng g c coupen-list --module coupens
ng g c product-level-three-one --module products
ng g c product-level-three-two --module products
To generate modules:
ng g m coupens --routing --flat true
ng g m products --routing --flat true
_________________________________________________
If you think there's a better way to improve this code, please let us know in the comments.
If you like this video please subscribe to Angularistic, like and share this video.

Пікірлер: 38
@kirklimbu
@kirklimbu 6 ай бұрын
thanks for the amazing tutorials and resources. We are growing
@jonathannto
@jonathannto 6 ай бұрын
Thanks, bro! I learned a lot from this amazing tutorial
@caetanog_
@caetanog_ Жыл бұрын
Really nice tutorial !
@FirstnameLastname-we6kg
@FirstnameLastname-we6kg Жыл бұрын
Excellent 👍👍👍
@lachanakumart201
@lachanakumart201 Жыл бұрын
You are great 👍
@sh1ki17
@sh1ki17 Жыл бұрын
Thank you for leaving your github with the project in the comments, it helped me a lot with the sidebar, I suffered with it for 5 days, because some jambs constantly got out. I would thank you with a donation, but swift does not work in Russia, and alas, I can’t send money, maybe you have steam? I could give you skins as a thank you?
@davidaimakhede1980
@davidaimakhede1980 Жыл бұрын
Thanks alot!
@rubendejesusfariasdealba3677
@rubendejesusfariasdealba3677 Жыл бұрын
Hello, You know how to use the hover event to change the flags of collapse etc?
@PixelLoafLatte
@PixelLoafLatte Жыл бұрын
hi your tutorial help me alot! it will better with explanation while you code it, anyway thanks, please enable SuperThanks button? i want to appreciate your effort and keep teaching!
@ning7185
@ning7185 10 ай бұрын
How to get rid of the bullet points in the sub menu? I can see you applied list-style:none; in both sidenave-nav and sublevel-nav class but apparently it is now working.
@nahidarahaman1230
@nahidarahaman1230 Жыл бұрын
Hello,,,,you did a excellent job.but tell me one thing can't i use it in a bootstrap project???? I tried to do it,,,, bt the Sub level alignment gone wrong
@LarsRyeJeppesen
@LarsRyeJeppesen Жыл бұрын
very very nice
@asagiri_genkun
@asagiri_genkun Жыл бұрын
Hey.. How to route to have associated data of page we click like we do have for dashboard and Product 3.1 and 3.2.. How can we have data on click of Products sidemenu icon some brief about Product..?
@enriquemaestre2950
@enriquemaestre2950 Жыл бұрын
friend I can't get the submenu to hide. at minute 19.03 I can't get the action to run. I can see some dots on the sides that disappear when I click on coupens but the content is not hidden. to what can it be due?
@mrtester1689
@mrtester1689 Жыл бұрын
Dear, I like your style of coding. It is so clear and precise. I have one request if you can. Can you please create the login form and how we can manage the login and dashboard form after the login?
@emmanuelyegon6933
@emmanuelyegon6933 11 ай бұрын
I second you
@nassormohammed2046
@nassormohammed2046 Жыл бұрын
Bro you more subscriber with more likes
@user-do1hz2ip1y
@user-do1hz2ip1y Ай бұрын
@Angularistic A very good tutorial. Thank you. What is the problem, when I click on a button that the dropdown contains inside to send me to a page, the dropdown closes and does not keep marked where I am.
@ob7349
@ob7349 Жыл бұрын
Hi. can you make such a video on pure js?
@ravindrachaudhari4600
@ravindrachaudhari4600 Жыл бұрын
please share code so we can use it our class projects
@user-cd3rl4ny2x
@user-cd3rl4ny2x Жыл бұрын
how to change icon colors..??
@piterechezuria7274
@piterechezuria7274 Жыл бұрын
Error. What can i do ? ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ']' is not a valid attribute name.
@user-cd3rl4ny2x
@user-cd3rl4ny2x Жыл бұрын
{ routeLink: 'dashboard', icon: 'fal fa-home text-red', label: 'Dashboard' }, i tried like this but its not working..
@Katla_
@Katla_ Жыл бұрын
Thanks for this awesome sidenav. How can I have a component without the sidenav? I need to do a login.
@LarsRyeJeppesen
@LarsRyeJeppesen Жыл бұрын
Just hide the navigation if the user is not logged in. That is what I do
@coachtaetanzi
@coachtaetanzi 8 ай бұрын
Code is not currently working. multi-level menus are not clickable
@koksiangkoh3401
@koksiangkoh3401 2 ай бұрын
got error as below: ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ']' is not a valid attribute name. how to solve it ? thank you
@user-zi9xd5is7o
@user-zi9xd5is7o 9 ай бұрын
I coded according to you and then encountered an error. Please help me debug the error , thanks you
@user-tr1jy4dz8m
@user-tr1jy4dz8m 8 ай бұрын
Hello, can someone help me with a problem? Starting at minute 27:40 min with the creation of fadeInOut. Menu disappears I don't understand I need help
@user-tr1jy4dz8m
@user-tr1jy4dz8m 8 ай бұрын
Solved whit ChapGPT 😁
@sunilshinde233
@sunilshinde233 8 ай бұрын
can i have complete code ?
@ragulraja3554
@ragulraja3554 Жыл бұрын
Need source code sir
@ghalitsar2730
@ghalitsar2730 Жыл бұрын
i hope someone create this in react , if so let me know !
@jayeshkshatriya5715
@jayeshkshatriya5715 6 күн бұрын
please provide code
@chandlerbing8164
@chandlerbing8164 Жыл бұрын
please share code so we can use it our collage projects
@angularistic
@angularistic Жыл бұрын
Hi, here is the repo link github.com/Angular-istic/sidenav-with-multilevel-menu
@Junior725
@Junior725 8 ай бұрын
I have had the error in console: core.mjs:10194 ERROR DOMException: Failed to execute 'setAttribute' on 'Element': ']' is not a valid attribute name. at EmulatedEncapsulationDomRenderer2.setAttribute (localhost:4200/vendor.js:58195:10) at AnimationRenderer.setAttribute (localhost:4200/vendor.js:57174:19) at setUpAttributes (localhost:4200/vendor.js:28143:18) at setupStaticAttributes (localhost:4200/vendor.js:34560:5) at ɵɵelementStart (localhost:4200/vendor.js:41918:3) at Module.ɵɵelement (localhost:4200/vendor.js:41989:3) at SidenavComponent_li_7_a_1_i_3_Template (localhost:4200/main.js:713:60) at executeTemplate (localhost:4200/vendor.js:37769:9) at renderView (localhost:4200/vendor.js:38913:7) at TemplateRef.createEmbeddedViewImpl (localhost:4200/vendor.js:49478:5) The sidenav don´t show the Label of links and windown.innerWidth don´t works. Some one have the problema?
Animated Responsive Sidenav in Angular | Part 1 | Responsive Sidenav
28:29
Adding Responsive Toolbar | Part 3 | Responsive Sidenav
51:14
Angularistic
Рет қаралды 22 М.
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 10 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,4 МЛН
Awesome Dark Carousel Slider in HTML & CSS | Carousel for Card Slider or Image Slider
14:47
Mathe. | Creative Coding Camp
Рет қаралды 53 М.
Senior Angular Developer Interview (theory)
41:57
WeCoded
Рет қаралды 13 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 161 М.
Accordion sidebar menu with drop down in html CSS only
13:13
Design Code Hub
Рет қаралды 25 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 112 М.
How to create side navigation bar in Angular 16?
35:00
AyyazTech
Рет қаралды 9 М.
Create a sidebar with submenu using React.JS
28:05
Angle Brace
Рет қаралды 66 М.
low battery 🪫
0:10
dednahype
Рет қаралды 1,6 МЛН
İĞNE İLE TELEFON TEMİZLEMEK!🤯
0:17
Safak Novruz
Рет қаралды 1,7 МЛН