Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 3.4 KB

README.md

File metadata and controls

40 lines (29 loc) · 3.4 KB

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).