GithubHelp home page GithubHelp logo

azouaoui-med / lightning-admin-angular Goto Github PK

View Code? Open in Web Editor NEW
141.0 141.0 92.0 6.03 MB

A mobile first design of a responsive admin template built with angular and bootstrap

License: MIT License

JavaScript 2.31% TypeScript 29.79% HTML 51.59% CSS 16.31%
admin admin-dashboard admin-template angular angular7 bootstrap bootstrap4 mobile-first responsive sass scss

lightning-admin-angular's People

Contributors

azouaoui-med avatar brimos avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lightning-admin-angular's Issues

I get errors

×
←→1 of 2 errors on the page
Error
Can't resolve all parameters for ApplicationModule: (?).
▶ 16 stack frames were collapsed.
evaluate
file:///src/main.ts:11:25
8 | enableProdMode();
9 | }
10 |

11 | platformBrowserDynamic().bootstrapModule(AppModule)
| ^
12 | .catch(err => console.error(err));

HTML Version

Hi,

Its really awesome template. Excellent work @azouaoui-med

Can you please share HTML version of this template as well please?

Use bootstrap mixins for media queries

Media queries can be replaced with Bootstrap mixins
Old

    @media (min-width: 768px) {
      .sidebar {
        position: static;
        height: 100%;
      }
    }
  }

New

    @include media-breakpoint-up(md) {
      .sidebar {
        position: static;
        height: 100%;
      }
    }
  }

More info in: Bootstrap4 docs

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.