To setup a basic navigation in Angular Material, type the following command in your terminal (e.g. I am using WebStorm IDE):
$ ng generate @angular/material:material.nav -name=main-nav
This will create a component named main-nav with all basic elements, fully responsive and free to modify.
Montag, 7. Oktober 2019
How to create Nav with Angular + Angular Material
Abonnieren
Posts (Atom)
NEW BLOG! http://cleancode.consulting/
Dear Reader, This Blog is closed and remains as an archive. Please find our new Blog at http://cleancode.consulting/
-
Resolve a Merge Conflict in GIT with IntelliJ Let us assume you are using Bitbucket or a similar tool to administrate and host your GI...
-
Just create a package-info.java file for your package in which you have your POJO: @javax.xml.bind.annotation.XmlSchema(namespace = ...