Skip to content

Commit

Permalink
chore(package): Angular 5 support (danielsogl#2089)
Browse files Browse the repository at this point in the history
* docs(github): issue template

* initial commit

* Added StatusObject Interface

* style(wrap.tmpl): added missing field

* style(wrap.tmpl): added missing field

* chore(package.json): Angular 5 support

I also bumped the tslint rules and tslint

* Update package.json
  • Loading branch information
danielsogl authored and ihadeed committed Nov 9, 2017
1 parent 196be02 commit 95daca1
Show file tree
Hide file tree
Showing 5 changed files with 11,377 additions and 6,473 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**I'm submitting a ...** (check one with "x")
[ ] bug report
[ ] feature request
<!-- Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/ -->
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/

**Current behavior:**
<!-- Describe how the bug manifests. -->
Expand All @@ -21,8 +21,8 @@ insert any relevant code here
**Other information:**
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->

**package.json info:**
**Ionic info:** (run `ionic info` from a terminal/cmd prompt and paste output below):

```json
insert the content here
```
insert the output from ionic info here
```
Loading

0 comments on commit 95daca1

Please sign in to comment.