ngx-admin

Customizable admin dashboard template based on Angular 10+

MIT License

Downloads
148
Stars
25.2K
Committers
38

Bot releases are hidden (Show)

ngx-admin - v11.0.0 Latest Release

Published by denStrigo 12 months ago

What's Changed

Bug Fixes

  • package-lock: update version in package-lock (#6002) (e06d9bd)

Features

BREAKING CHANGES

  • Angular updated to version 14.
  • Nebular updated to version 10.

Full Changelog: https://github.com/akveo/ngx-admin/compare/v10.0.0...v11.0.0

ngx-admin - v8.0.0

Published by yggg about 3 years ago

ngx-admin - v7.0.0

Published by yggg about 3 years ago

ngx-admin - v6.0.0

Published by yggg about 4 years ago

ngx-admin - v5.0.0

Published by yggg over 4 years ago

ngx-admin - v4.0.1

Published by yggg over 5 years ago

ngx-admin - v4.0.0

Published by yggg over 5 years ago

ngx-admin - v3.2.0

Published by yggg over 5 years ago

ngx-admin - v3.1.0

Published by nnixaa over 5 years ago

ngx-admin -

Published by denStrigo almost 6 years ago

ngx-admin - v2.3.0 - Corporate Theme

Published by nnixaa over 6 years ago

ngx-admin - v2.2.0 - Angular 6 & RTL support

Published by nnixaa over 6 years ago

ngx-admin - v2.1.1

Published by nnixaa over 6 years ago

ngx-admin - v2.1.0

Published by nnixaa over 6 years ago

ngx-admin - v2.0.2

Published by nnixaa almost 7 years ago

ngx-admin - v2.0.1

Published by nnixaa almost 7 years ago

ngx-admin - v2.0.0

Published by lexzhukov about 7 years ago

ngx-admin - v1.0.0

Published by lexzhukov over 7 years ago

Bug Fixes

Features

  • angular-cli: integrate angular-cli 🎉 (#989) (7932421)
  • dependencies: update yarn.lock file, fix debugging (cc97bf1)
  • layouts: add file uploader (#842) (7d03461)
  • localization: implement the localization using ngx-translate (#830) (627d62d)
  • login: add the locale changes (#993) (e033edf)
  • test: add testing infrastructure: karma, jasmine and chrome (#982) (4420048)

BREAKING CHANGES

  • The webpack version of ng2-admin was moved to webpack branch.
  • We dropped the electron support as, unfortunately, angular-cli doesn't have the official support of electron. Please consider using preview 'webpack' (link to webpack branch) version manually.

How to migrate

  1. Pull the latest ng2-admin version from https://github.com/akveo/ng2-admin.git;
  2. Copy your src/app, src/assets, src/custom-typings.d.ts from webpack version into src folder in cli version;
  3. Add each of your required modules and styles into .angular-cli.json;
  4. Change paths to file(images, fonts, ets);
  5. Add import * as $ from 'jquery'; into app.component.ts in cli version;
  6. Delete unused files in cli version: .bootstraprc, postcss.config.js, tsconfig.webpack.js, typedoc.json, webpack.config.js, config/, docs/, src/custom-typings.d.ts, desktop, ts, src/main.browser.aot.ts, src/package.json, src/polyfills.browser.ts, src/vendor.browser.ts, src/app/environment.ts, src/app/index.ts, src/assets/service-worker.js;
  7. Change style-loader css import to styleUrls[‘./example.scss’] and wrap your sass styles into :host /deep/ {} expression.

NOTE: Sometimes you may have some individual issues with a concrete library, each such problem needs to be solved individually and can not be described in this guide.

ngx-admin - v0.9.0

Published by lexzhukov over 7 years ago