All Projects → start-javascript → Sb Admin Material

start-javascript / Sb Admin Material

Licence: other
Simple Dashboard Admin App built using Angular 9 and Material 2.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Sb Admin Material

AuthGuard
Example repo for guarding routes post
Stars: ✭ 42 (-79.51%)
Mutual labels:  angular-cli, angular6
ng-webworker
Repository featuring a web worker running within Angular.
Stars: ✭ 14 (-93.17%)
Mutual labels:  angular-cli, angular6
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+8.29%)
Mutual labels:  angular-cli, angular6
Sb Admin Bs4 Angular 8
Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
Stars: ✭ 1,931 (+841.95%)
Mutual labels:  angular-cli, angular6
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (+24.88%)
Mutual labels:  angular-cli, angular6
ng-electron-devkit
Angular Webpack Build Facade for Electron
Stars: ✭ 12 (-94.15%)
Mutual labels:  angular-cli, angular6
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (-82.93%)
Mutual labels:  angular-cli, angular6
Date Time Picker
Angular Date Time Picker (Responsive Design)
Stars: ✭ 528 (+157.56%)
Mutual labels:  angular-cli, angular6
Angular-Movies
Angular Movies | TV Shows is a simple web app that consumes The Movie DB API - Angular 13 + Material Angular
Stars: ✭ 35 (-82.93%)
Mutual labels:  angular-cli, angular6
loopback3 angular6 bootstrap4
API Rest build by Loopback. Frontend on Angular 6
Stars: ✭ 26 (-87.32%)
Mutual labels:  angular-cli, angular6
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (+29.76%)
Mutual labels:  angular-cli, angular6
Nebular
💥 Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+3494.15%)
Mutual labels:  angular-cli, angular6
Spring Petclinic Angular
Angular 8 version of the Spring Petclinic sample application (frontend)
Stars: ✭ 145 (-29.27%)
Mutual labels:  angular-cli
Ngx Daterangepicker Material
Pure Angular 2+ date range picker with material design theme, a demo here:
Stars: ✭ 169 (-17.56%)
Mutual labels:  angular6
Alfresco Content App
Alfresco Content Application
Stars: ✭ 143 (-30.24%)
Mutual labels:  angular-cli
Truly Ui
Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)
Stars: ✭ 195 (-4.88%)
Mutual labels:  angular6
Lib
🤖 Lets you focus on the stuff that matters
Stars: ✭ 142 (-30.73%)
Mutual labels:  angular-cli
Learn Angular From Scratch Step By Step
Angular step by step tutorial covering from basic concepts of Angular Framework to building a complete Angular app using Angular Material components. We will go through the main building blocks of an Angular 7 application as well as the best practices for building a complete app with Angular.
Stars: ✭ 140 (-31.71%)
Mutual labels:  angular6
Angular9 Example App
Angular 13 Example App + Angular CLI + i18n + GraphQL
Stars: ✭ 1,769 (+762.93%)
Mutual labels:  angular-cli
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+5284.39%)
Mutual labels:  angular-cli

SB Admin rewritten in Angular9 and Material2

Simple Dashboard Admin App built using Angular 9 and Material 2.

This project is a port of the famous Free Admin Bootstrap Theme SB Admin v1.0 to Angular6 Theme.

Demo

Donation

If this project help you reduce time to develop, you can give me a cup of tea :)

paypal

This project was generated with Angular CLI version 9.1.1.

Introduction

Provides fast, reliable and extensible starter for the development of Angular projects.

sb-admin-material provides the following features:

  • Developed using Material-v2.0.0
  • angular-v9.1.1
  • angular/cli-v9.1.1
  • angular/material-v9.2.0
  • angular/cdk-v9.2.0
  • angular/flex-layout-v9.0.0-beta.29
  • ngx-translate-v11.0.1
  • Following the best practices.
  • Ahead-of-Time compilation support.
  • Official Angular i18n support.
  • Production and development builds.
  • Tree-Shaking production builds.

How to start

Note that this seed project requires node >=v10.13 and npm >=6.

In order to start the project use:

$ git clone https://github.com/start-javascript/sb-admin-material.git
$ cd sb-admin-material
# install the project's dependencies
$ npm install
# watches your files and uses livereload by default run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
$ npm start
# prod build, will output the production application in `dist`
# the produced code can be deployed (rsynced) to a remote server
$ npm run build

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].