8000 GitHub - mallugunjate/CRUD_Angular2: Angular2 CRUD Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mallugunjate/CRUD_Angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD_Angular2

CRUD Application - Angular 2 Typescript

  1. Open a command prompt

  2. Type: npm install This installs the node-module and typings dependencies

  3. Type: npm start This launches the TypeScript compiler (tsc) to compile the application and watches for changes. It also starts the lite-server and launches in the browser to run the application on port 3000.

This is the simple app to kickstart with Angular 2 (Typescript)

Features used in APP

  • Module
  • Component
  • Service (HTTP Module with Observables)
  • Modal (@ng-bootstrap) with Boostrap 4

Angular 2 Features used in APP

  • [(ngModel)] - Two Way Binding
  • *ngFor - Directive for Iteratation
  • *ngIf - Directive for Evaluation (Show or Hide)
  • Inferface (for Custom Type)
  • (click) - Click Event
  • subscribe - For HTTP Module(Observables)

About

Angular2 CRUD Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.7%
  • HTML 37.3%
  • JavaScript 14.1%
  • CSS 7.9%
0