RGZINC / NG6-todomvc-starter

Basic example of TodoMVC application written with angular and with use of components

Home Page:http://fesor.github.io/todomvc-angular-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NG6-starter TodoMVC Example

This application is example of how you can write your angular applications using NG6-starter as your starting point. Currently this example provides you:

  • Example of small-sized application
  • UI components examples
  • Service example which includes unit tests
  • Unit tests for controllers of UI components

But there is still some things that should be done:

  • Improve test coverage
  • Provide example of E2E testing

If you have some other ideas of how improve this example, or you have questions, please welcome to our issue tracker.

Learning AngularJS

Official AngularJS website is good place to start, but it lacks of best practices and not provides you base concepts, which could simplify your life. There is some links that can help you better understand how to write maintainable applications using AngularJS.

If you have any others helpful links to share, or find any of the links above no longer work, please let us know.

Testing

The app uses Karma to run the tests, which you can find near the test target (*.spec.js files).

About

Basic example of TodoMVC application written with angular and with use of components

http://fesor.github.io/todomvc-angular-components

License:MIT License


Languages

Language:JavaScript 96.8%Language:HTML 2.6%Language:CSS 0.6%