Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.71 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.71 KB

Angular 5 with Angular Material 2

This is a demo project for Angular 5 with Angular Material 2.

##The project contains 2 branches.

  1. It has own created table implementation of Github issues of specific repository.
  2. It has Angular material 2 table implementation of Github issues of specific repository.

Development Build

  1. npm install
  2. npm start

Production Build

  1. npm run build

linting

  1. npm run lint

TODO List

  1. Fix dashboard design
  2. URL displayed last when the page is reloaded.

Something's broken?

Please do open a new issue, but please check first that the TODO list and same issue has not already been raised and that you are using the latest version :)

Please do not send private emails - Github Issues are supposed to help whoever might have your same issue, so it is the right place to help each other.

Issues not filled out with the provided templates are going to be closed. Please provide as much information as possible: do include a plunkr so that I can see what the problem is without having to replicate your environment on my laptop.

No features requests will be considered, unless they are Pull Requests. I feel the component is already quite bloated, and I'd like on solving bugs and making this more reliable for everyone.

Contributing/Pull Requests

Contributions are highly welcome! No, there is no guideline on how to do it. Just make sure to lint and unit test your changes. We'll figure out the rest with a couple of messages...

Ok - cool stuff. But when will you fix the issue I created?

Do please read this great post by Micheal Bromley: http://www.michaelbromley.co.uk/blog/529/why-i-havent-fixed-your-issue-yet. No, I don't have babies, but am not 24/7 coding :)