Skip to content

Lenny-Hu/angular2-es5-website-routes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 and ES5 Website Using Routes

This is a simple Angular 2 website built on ES5 using the RC router. It demonstrates how to build components, configure routes, inject services, and add inputs to components without the need for any build systems.

Dependencies

  • You must have node and npm installed (via brew install node or NodeJS.org);

Getting Started

git clone https://github.com/onehungrymind/angular2-es5-website-routes.git
cd angular2-es5-website-routes
npm i
npm start

Then navigate your browser to http://localhost:3000 and use the app.

About

An Angular 2 website built in ES5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • HTML 39.8%
  • CSS 8.7%