Commit 9a6e7e42 authored by Dmitriy Shekhovtsov's avatar Dmitriy Shekhovtsov
Browse files

chore(docs): new datepicker method

parent 632abe12
Showing with 12 additions and 0 deletions
+12 -0
......@@ -601,6 +601,12 @@ export const ngdoc: any = {
"description": "<p>Toggles an element’s datepicker. This is considered a “manual” triggering\nof the datepicker.</p>\n",
"args": [],
"returnType": "void"
},
{
"name": "setConfig",
"description": "<p>Set config for datepicker</p>\n",
"args": [],
"returnType": "void"
}
]
},
......@@ -734,6 +740,12 @@ export const ngdoc: any = {
"args": [],
"returnType": "void"
},
{
"name": "setConfig",
"description": "<p>Set config for daterangepicker</p>\n",
"args": [],
"returnType": "void"
},
{
"name": "hide",
"description": "<p>Closes an element’s datepicker. This is considered a “manual” triggering of\nthe datepicker.</p>\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment