Skip to content

HarishVerma-UI/angular-7-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 7 App

Login alt text

Registration alt text

List alt text

UPDATE alt text

GET JSON DATA

https://github.com/harishwordpress/jsondata/blob/master/db.json

Clone repo

Clone this repo into new project folder (e.g., my-proj).

$ git clone  https://github.com/harishwordpress/angular-7-App  my-proj
$ cd my-proj

Structure of App

├── dist
│   ├── index.html
│   ├── main.js
│   ├── runtime~main.js
│   └── vendors~main.js
├── package.json
├── package-lock.json
├── README.md
├── snaps
│   ├── list.png
│   ├── login.png
│   ├── registration.png
│   └── update.png
├── src
│   ├── app
│   │   ├── app.component.html
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── app.routing.ts
│   │   ├── _components
│   │   │   ├── alert.component.html
│   │   │   ├── alert.component.ts
│   │   │   └── index.ts
│   │   ├── _guards
│   │   │   ├── auth.guard.ts
│   │   │   └── index.ts
│   │   ├── _helpers
│   │   │   ├── error.interceptor.ts
│   │   │   ├── fake-backend.ts
│   │   │   ├── index.ts
│   │   │   └── jwt.interceptor.ts
│   │   ├── home
│   │   │   ├── filter.pipe.ts
│   │   │   ├── home.component.html
│   │   │   └── home.component.ts
│   │   ├── homeDetail
│   │   │   ├── homeDetail.component.html
│   │   │   └── homeDetail.component.ts
│   │   ├── login
│   │   │   ├── login.component.html
│   │   │   └── login.component.ts
│   │   ├── _models
│   │   │   ├── index.ts
│   │   │   └── user.ts
│   │   ├── register
│   │   │   ├── register.component.html
│   │   │   └── register.component.ts
│   │   └── _services
│   │       ├── alert.service.ts
│   │       ├── authentication.service.ts
│   │       ├── index.ts
│   │       └── user.service.ts
│   ├── index.html
│   ├── main.ts
│   ├── polyfills.ts
│   └── typings.d.ts
├── tsconfig.json
└── webpack.config.js

Versions

make sure u have node or npm installed 
npm -v //5.6.0
node -v // v8.9.4
angular version -7
bootstrap 4.1.3

Install Dependency

npm install

Start the project

npm Start 
npm run-script build

Start Build

npm run-script build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published