Demo: https://christopher.house
Chat: https://gitter.im/angular-github-issues/Lobby
Spanish Docs: https://github.com/crh225/angular-github-issues/tree/master/es
This repository searches's github for repositories, issues for that repository, and a github user search for angular developers. Once you search for a repository, you can then drill down into each repository and see a list of issues for the past seven days.
The other main feature is the ability to search for a github user in a particular Location in America. Right now it is defaulted to TN.
CI is set up to run lint,testing, build in aot mode for production, and to deploy to firebase.
This example show how to use multiple entity's in ngrx. The main search page is now a dashboard of barcharts for each repository. In the works is lazy loaded feature ngrx/stores.
Secure Github API login via Oath 2
For a live demo: https://christopher.house
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 npm install
.
Run ng build --aot
to build the project in AoT mode instead of JiT. This will allow for faster rendering of your application, Fewer asynchronous requests, Smaller Angular framework download size and to Detect template errors earlier.
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.