Skip to content

vjain143/angular4-example-app

 
 

Repository files navigation

Example app with Angular 4 + Typescript + Angular CLI + Angular Material

Base project made with much ❤️ . Contains CRUD, official style guide, patterns, etc.

Demo

Live demo here!

angular4-example-app

Usage

Install: npm i

Run: npm start and go to localhost:4200

Test: npm run test and npm run e2e

Build: ng build --prod

Deploy: npm run deploy (fork to do this)

Features

  • Angular 4
  • TypeScript
  • Angular CLI
  • Responsive layout
  • Angular Material
  • Internationalization
  • Sass
  • Tests with Protractor
  • Github pages deploy ready

How can I support developers?

  • Star the GitHub repo ⭐
  • Create pull requests, submit bugs, suggest new features or documentation updates 🔧

Server

This repo is using an API which is a simple app in NodeJS deployed on Heroku, to create, modify and delete heroes

Enjoy 🤘

I'm always happy to hear your feedback!

About

Angular 4 Example App + Angular CLI + Angular Material

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 61.0%
  • HTML 19.2%
  • CSS 14.8%
  • JavaScript 5.0%