Comments on: Angular Material Navigation Menu – Complete Responsive Navigation https://code-maze.com/angular-material-navigation/ Learn. Code. Succeed. Wed, 09 Nov 2022 12:00:08 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko Spasojević https://code-maze.com/angular-material-navigation/#comment-6896 Wed, 09 Nov 2022 12:00:08 +0000 https://code-maze.com/?p=4870#comment-6896 In reply to Boldo.

Hello Boldo. Well, I am not an experienced Front-End developer to say which one is better, I enjoyed using both in separate projects. But using both at the same time, I can say – a big NO – I can say this for sure. If you use Material you don’t need Bootstrap at all. There exists a material design for bootstrap, bur for me, it makes no sense. Material is pretty enough on it self, and you can use flex, as I did in this series, to organize the elements on the page.

]]>
By: Boldo https://code-maze.com/angular-material-navigation/#comment-6895 Wed, 09 Nov 2022 10:40:00 +0000 https://code-maze.com/?p=4870#comment-6895 Hi,
Which is the better, Bootstrap or Material?
Which one is better to use?
Or maybe both at the same time?
Can you give me some personal experiences?

]]>
By: Marinko Spasojević https://code-maze.com/angular-material-navigation/#comment-5260 Sat, 12 Mar 2022 15:30:05 +0000 https://code-maze.com/?p=4870#comment-5260 In reply to Милош.

Hvala puno. Drago mi je da je i dalje korisno iako je starija verzija i Angulara i Material-a.

]]>
By: Милош https://code-maze.com/angular-material-navigation/#comment-5259 Sat, 12 Mar 2022 15:19:01 +0000 https://code-maze.com/?p=4870#comment-5259 Свака част мајсторе! 🙂
Да си ми жив и здрав.

]]>
By: MarinkoSpasojevic https://code-maze.com/angular-material-navigation/#comment-5143 Mon, 21 Feb 2022 19:14:36 +0000 https://code-maze.com/?p=4870#comment-5143 In reply to uri.

Since this is the second article of the angular material series, we introduced flex-layout in the previous article.

]]>
By: uri https://code-maze.com/angular-material-navigation/#comment-5142 Mon, 21 Feb 2022 18:53:21 +0000 https://code-maze.com/?p=4870#comment-5142 https://github.com/angular/flex-layout

Import it to the project guys, it’s missing in the guide.

]]>
By: Marinko Spasojević https://code-maze.com/angular-material-navigation/#comment-5081 Tue, 08 Feb 2022 12:23:31 +0000 https://code-maze.com/?p=4870#comment-5081 In reply to anm.

I see no issue with that, you will just have to play a bit with Angular Flex I think to do that.

]]>
By: anm https://code-maze.com/angular-material-navigation/#comment-5080 Tue, 08 Feb 2022 11:04:53 +0000 https://code-maze.com/?p=4870#comment-5080 In reply to Marinko Spasojević.

Thank you for replying so fast! I checked again and found FlexLayoutModule was not imported in my SharedModule. Issue resolved!

I have inserted a logo far left, in the middle will be my menus, and far right I will have a dropdown for Profile and Logout buttons. How do you think that will work?

Thank you!

]]>
By: Marinko Spasojević https://code-maze.com/angular-material-navigation/#comment-5079 Tue, 08 Feb 2022 09:04:19 +0000 https://code-maze.com/?p=4870#comment-5079 In reply to anm.

Well, I can’t be sure. The one obvious difference is the framework version you are using. Yours is 13. But, have you tried downloading our source code and inspecting it?

]]>
By: anm https://code-maze.com/angular-material-navigation/#comment-5078 Tue, 08 Feb 2022 07:21:10 +0000 https://code-maze.com/?p=4870#comment-5078 I did everything as according to your code, but design breaks for some reason. Can you look at the screenshot and try to identify what may have gone wrong with my implementation. my package versions are as below:

“dependencies”: {
  “@angular/animations”: “~13.1.0”,
  “@angular/cdk”: “^13.1.2”,
  “@angular/common”: “~13.1.0”,
  “@angular/compiler”: “~13.1.0”,
  “@angular/core”: “~13.1.0”,
  “@angular/flex-layout”: “^13.0.0-beta.38”,
  “@angular/forms”: “~13.1.0”,
  “@angular/material”: “^13.1.2”,
  “@angular/platform-browser”: “~13.1.0”,
  “@angular/platform-browser-dynamic”: “~13.1.0”,
  “@angular/router”: “~13.1.0”,
  “hammerjs”: “^2.0.8”,
  “rxjs”: “~7.4.0”,
  “tslib”: “^2.3.0”,
  “zone.js”: “~0.11.4”
 },

]]>