GithubHelp home page GithubHelp logo

francescodist / matfortytwo Goto Github PK

View Code? Open in Web Editor NEW
73.0 7.0 17.0 1.95 MB

Template for Angular Material 8 with Login and SideNav

JavaScript 7.56% TypeScript 77.08% HTML 7.85% CSS 7.51%
sidenav sidenavigation login auth-token angular-scaffolding angular8 angular-material-8 angular8-boilerplate

matfortytwo's Issues

misspelling in readme

GENERATE A SIDENAV PAGE
npm run genpage -- -r page-name

should be

GENERATE A SIDENAV PAGE
npm run genpage -- -n page-name

Improve child page functionality

At the moment, the way the auto generated back button is handled is kinda hackish. It would be nice to have a more consistent structure

menus with visibility options

Hi,
I would be nice to have the possibility to change the sidenav menus with context.
Here's an example.
I'm logged in, the first menu appears
-home
-client search
when I choose a client, my menu changes:
-home
-admin (client administration)
-orders
We could create all menu-items in the first place but change the visibility of some of them with context.
Thanks
Jean Vandromme

add sub-menus, menus tag visibility

Hi,
It would be nice to have sub-menus on the sidenav.
Also, sometime, we need to adapt the menu with context, the possibility to change the menu-items of the sidenav menu would be great (with a visibility tag maybe ?)
Thanks
Jean Vandromme

Custom theme colors or apply a material theme

Hi, thanks for your template! It's amazing!
I would like to be able to apply a dark theme or a default material theme, it's possible?
What should I do to build a custom theme?

Thank you!!

sticky toolbar

if you want the toolbar to be sticky, add this in nav-toolbar.component.scss
mat-toolbar {
position: sticky;
top: 0;
z-index: 1;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.