Skip to content

Commit 25433e5

Browse files
committed
docs(readme): Remove empty example headings and add google analytics id
1 parent 144290a commit 25433e5

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -144,36 +144,6 @@ The `DlDateTimePickerComponent` component supports the following keyboard shortc
144144
| `PAGE_DOWN` | Go to the same cell in the next time period |
145145
| `ENTER` or `SPACE` | Select current cell |
146146

147-
## Examples
148-
149-
### Date picker only
150-
151-
### Time picker only
152-
153-
### Inline date/time picker
154-
155-
### Inline date/time picker with data bound to the page with the format specified via date filter
156-
157-
### As a drop-down date/time picker
158-
159-
#### Bootstrap 4 dropdown
160-
161-
### Drop-down date/time picker with associated input box
162-
163-
### Minimum date/time
164-
165-
### Restrict past dates from being selected
166-
167-
### Create a date range picker with validation controls
168-
169-
### Fixed time zone
170-
By default, all dates and times are in the users local time zone. If you want all dates and times
171-
to be in a specific fixed time zone (regardless of users time zone) you can ... `TBD`
172-
173-
### UTC Mode
174-
175-
### Touch mode (for use on mobile devices)
176-
177147
## Screen shots
178148

179149
### Year view

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:lib": "ng-packagr -p ng-package.json && npm run build:styles",
1717
"build:styles": "scss-bundle -c scss-bundle.config.json",
1818
"coverage:upload": "cat build/coverage/lcov.info | coveralls",
19-
"document": "compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json -n \"Angular Bootstrap Date/Time Picker\"",
19+
"document": "compodoc --disableInternal --disablePrivate --disableLifeCycleHooks --assetsFolder screenshots -p src/tsconfig.doc.json --gaID UA-325325-19 -n \"Angular Bootstrap Date/Time Picker\"",
2020
"e2e": "ng e2e",
2121
"lint": "ng lint",
2222
"ng": "ng",

0 commit comments

Comments
 (0)