- Open the solution
- Start
- The Web API in this solution uses
SQLite
File databasexdatabase.db
that will be created on the first run. - The unit test runs without mocking Service Provider and uses
SQLite
in the memory database to simplify the test setup.
npm install
ng serve
Open: http://localhost:4200/
A simple UI app using Angular to populate the countries and cities in the dropdown, then call the weather info Api.