Skip to content

Commit 54ac829

Browse files
committed
feat(dl-date-time-input): add date/time input directive
Add a directive that allows date/time input from the user and will also standardize the format of the input text when used with the date/time picker BREAKING CHANGE: The DateAdapter interface and implementations have been moved the `core` module. You will need to update your import statements if you were making use of them.
1 parent d0d86e8 commit 54ac829

Some content is hidden

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

59 files changed

+1459
-19516
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
!.vscode/settings.json
44
!.vscode/tasks.json
55
*.launch
6+
*.metadata.json
67
*.sublime-workspace
78
.c9/
89
.classpath

ng-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"lib": {
4-
"entryFile": "src/lib/dl-date-time-picker/index.ts",
4+
"entryFile": "src/lib/index.ts",
55
"comments" : "none",
66
"licensePath": "LICENSE",
77
"umdModuleIds": {

0 commit comments

Comments
 (0)