jakblak / ng4_CRUD

Angular 4 CRUD example app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD Example Project - FINISHED

Running the Project

  1. Open a command prompt in the project's root directory

  2. Type: npm install This installs the dependencies as defined in the package.json file.

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

Using

SystemJS Angular 4.0

Features

  • navbar
  • routing setup
  • app.template -> loads navbar and RouterOutlet for Home Component

About

Angular 4 CRUD example app


Languages

Language:TypeScript 47.0%Language:HTML 39.5%Language:JavaScript 12.1%Language:CSS 1.5%