This project was generated with Angular CLI version 7.3.4.
Essential features this application have:
- bank search screen which would show a list of banks click here to see
- user will be able to search by text for the banks, across all the fields (important: there will be no search button)
- pagination for the results of the search, user shall be able to select page size
- API calls are cached
- deployed to Github pages
- mark some banks as favourites. View banks that were marked as favourites (favourites should persist state event if the website is refreshed or reloaded)
- search will not trigger on every keystroke of the user clicking on bank name would redirect to a bank page, with a route like banks/{bankid} that displays the details of the bank
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.