Skip to content

This is a simple webapp which includes the major concepts of angular2 like components, services, form validation, dependency injection, routing, connecting to nodejs server etc.

SquashApps/Angular2-Typescript-simple-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular2-Ionic2-Typescript-simple-web-and-mobile-app

This is a simple app which includes the major concepts of angular2 like components, services, form validation, dependency injection, routing, connecting to nodejs server etc. It also covers the important topics in ionic2.

Architecture

WebApp

CLIENT (Angular2) <---------> SERVER (Nodejs) <---------> DATABASE (Mongodb)

MobileApp

CLIENT (Ionic2) <---------> SERVER (Nodejs) <---------> DATABASE (Mongodb)

Pre-requisite

Install mongodb, npm, node, typescript, ionic, cordova globally

Steps to execute the web app

  1. Open terminal
  2. Run mongodb
  3. cd server-nodejs , npm install , node app.js
  4. cd client-Angular2 , npm install , npm start

Mobile App

I have created mobile app for the same app with ionic 2.

Steps to execute the mobile app

  1. Open terminal
  2. Run mongodb
  3. cd server-nodejs , npm install , node app.js
  4. cd MobileApp-Ionic2 , npm install , ionic serve

About

This is a simple webapp which includes the major concepts of angular2 like components, services, form validation, dependency injection, routing, connecting to nodejs server etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published