/Mini-E-Ticaret-FrontEnd

Mini-E-Ticaret-Client

Primary LanguageTypeScript

Mini-E-Ticaret-FrontEnd

Project Requirements

  1. Node Js Download
  2. npm install -g @angular/cli
  3. ng add @angular/material

If you get error like below in step 3 image

Open Powershell and run the following command

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Bootstrap
$ npm install ngx-bootstrap bootstrap --save
  1. Alertify
$ npm install alertifyjs --save
  1. Toastr
$ npm install --save toastr
  1. Animation Waiting Infrastructure with Spinner
$ npm install ngx-spinner --save

Latest Command

ng serve

Other Commands

npm unistall -g angular/cli
npm cache clean
npm install -g @angular/cli@lastest
ng update @angular/cli