Skip to content

dennisshevtsov/angular-mvvm-sample

Repository files navigation

Angular MVVM Sample

The cause is to implement the MVVM pattern in the Angular app.

There are steps to run the app below

  1. Clone the asp-net-rest-api-sample repository.
  2. Configure and run the API as it described in readme.md.
  3. Update variable apiServer with the URL of the API.
  4. Run the app with command ng serve -o.

There are steps to run the tests.

  1. Karma is configure to run the tests in Firefox. If you want to run the tests in another browser, update the launcher with a proper one in the karma.conf.js.
  2. Run the tests with commang ng test.

About

The cause is to implement the MVVM pattern in the Angular app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages