Skip to content

Gusachenko/ng-admin-panel

Repository files navigation

Admin panel & RxJS & Material Design 2

Provides sample admin panel component's structure.

Admin panel's

Features

  • User's filter panel
  • User's config modal window
  • User's Add modal window
  • User's photo modal window
  • Add/Del/Update data store operations
  • Sample structure

Stack

  • Angular 5+
  • Angular HTTP request's(@angular/http)
  • RxJS state management
  • REST API (Amazon MongoDB)
  • Material Design
  • Roboto font's (host or local)
  • Material icon's (host or local)

Getting started

git clone https://github.com/Gusachenko/ng-admin-panel.git new-project
cd new-project
npm install
npm start