Git Product home page Git Product logo

fuse-admin's Introduction

fuse-admin

Angular - Admin template for Web Applications, CRM, CMS, Admin Panels and more.. https://themeforest.net/item/fuse-angularjs-material-design-admin-template/12931855

Steps to migrate the template :

  1. Error message "error:0308010C:digital envelope routines::unsupported" :

Type this command export NODE_OPTIONS=--openssl-legacy-provider in your command prompt to solve this problem.

  1. Uninstall the current version of Angular CLI :

Type this command sudo npm un -g @angular/cli in your command prompt to uninsatll it.

  1. Install the latest version of Angular CLI :

Type this command sudo npm i -g @angular/cli@latest in your command prompt to insatll it globaly in your computer. After that type ng version to check the current version installed in your computer.

  1. Upgrade the angular schematics to latest version:

Type the following command sudo ng update @angular-eslint/[email protected] --force to upgrade the angular schematics to latest version.

  1. Upgrate to the reccent version of angular material:

Type these two command to update angular material sudo ng update @angular/cdk@13 --force & sudo ng update @angular/material@13 --force.

Note: You can also all in one command with the second command.

  1. Set properties in tsconfig.json
  • Add the propertie useDefineForClassFields with value false.
  • Update the propertie target to es2022.
  1. Update the package transloco to version 4 with the following command: sudo npm i @ngneat/transloco@4 --force.

  2. Add options to allowedCommonJsDependencies array in angular.json:

In order to remove warning, please add "flat","marked","luxon","moment" in allowedCommonJsDependencies option.

fuse-admin's People

Contributors

dagboujhatem avatar

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.