docs(): update datetime docs (#17812)

* docs(): update datetime docs

* docs(): cleanup

* Update core/src/components/datetime/readme.md

Co-Authored-By: mhartington <mhartington@users.noreply.github.com>

* Update core/src/components/datetime/usage/angular.md

Co-Authored-By: mhartington <mhartington@users.noreply.github.com>
This commit is contained in:
Mike Hartington
2019-03-21 12:48:39 -04:00
committed by GitHub
parent b6569254a3
commit 27168d938a
4 changed files with 47 additions and 51 deletions

View File

@ -175,7 +175,7 @@ export class Datetime implements ComponentInterface {
/**
* Any additional options that the picker interface can accept.
* See the [Picker API docs](../../picker/Picker) for the picker options.
* See the [Picker API docs](../picker) for the picker options.
*/
@Prop() pickerOptions?: DatetimeOptions;