docs(datetime): update docs

Closes #10795
This commit is contained in:
Florian MC [Mint]
2017-03-15 20:16:48 +01:00
committed by mhartington
parent 74191c3e92
commit 7cc617e84e

View File

@@ -196,14 +196,19 @@ export const DATETIME_VALUE_ACCESSOR: any = {
* ### App Config Level
*
* ```ts
* import { ionicBootstrap } from 'ionic-angular';
*
* ionicBootstrap(MyApp, customProviders, {
* //app.module.ts
* @NgModule({
* ...,
* imports: [
* IonicModule.forRoot(MyApp, {
* monthNames: ['janeiro', 'fevereiro', 'mar\u00e7o', ... ],
* monthShortNames: ['jan', 'fev', 'mar', ... ],
* dayNames: ['domingo', 'segunda-feira', 'ter\u00e7a-feira', ... ],
* dayShortNames: ['dom', 'seg', 'ter', ... ],
* });
* })
* ],
* ...
* })
* ```
*
* ### Component Input Level