Skip to content

Commit ceccdca

Browse files
committed
Merge branch 'development' of github.com:valor-software/ngx-bootstrap into 4612-pr
2 parents 974997e + 95cae50 commit ceccdca

1,057 files changed

Lines changed: 64416 additions & 21332 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.angular-cli.json.bak

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
],
6666
"addons": [],
6767
"packages": [],
68-
"e2e": {
69-
"protractor": {
70-
"config": "protractor.conf.js"
71-
}
72-
},
7368
"lint": [
7469
{
7570
"project": "../tslint.json"

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://editorconfig.org
1+
# https://editorconfig.org
22

33
root = true
44

@@ -8,4 +8,4 @@ indent_style = space
88
indent_size = 2
99
end_of_line = lf
1010
insert_final_newline = true
11-
trim_trailing_whitespace = true
11+
trim_trailing_whitespace = true

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "ngx-bootstrap-demo"
4+
}
5+
}

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug Report!
3+
about: Report a bug to help us fix it
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Before opening an issue, please search for duplicates (opened and closed) https://github.com/valor-software/ngx-bootstrap/issues There's no need to open an issue here if you want to ask general question, use StackOverflow or Slack instead
11+
12+
Bug description:
13+
14+
Plunker/StackBlitz that reproduces the issue:
15+
16+
17+
Using Plunkr, StackBlitz is the best way to show your issue. Issues without link to an example of reproduction might be closed.
18+
19+
You can use one of starter templates:
20+
21+
Plunkr: https://plnkr.co/edit/0NipkZrnckZZROAcnjzB?p=preview
22+
23+
StackBlitz: https://stackblitz.com/edit/ngx-bootstrap?file=app%2Fapp.module.ts
24+
25+
Versions of ngx-bootstrap, Angular, and Bootstrap:
26+
27+
ngx-bootstrap:
28+
29+
Angular:
30+
31+
Bootstrap:
32+
33+
Build system: Angular CLI, System.js, webpack, starter seed:
34+
35+
**Expected behavior**
36+
37+
A clear and concise description of what you expected to happen.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature Request!
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
**Describe the solution you'd like**
15+
16+
A clear and concise description of what you want to happen.
17+
18+
19+
**Describe alternatives you've considered**
20+
21+
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
25+
**Additional context**
26+
27+
Add any other context or screenshots about the feature request here.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Something Else?
3+
about: Use this to report something that you don't think fits in as a bug report or
4+
a feature request!
5+
title: ''
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
11+
**Description:**

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ src/**/*.js
4242
src/**/*.map
4343
scripts/**/*.js
4444
scripts/**/*.map
45+
46+
schematics/src/**/*.js
47+
schematics/src/**/*.js.map
48+
schematics/src/**/*.d.ts

0 commit comments

Comments
 (0)