Skip to content

Commit eab4af1

Browse files
committed
docs(readme): add link to demo page and the default attribute values to the sample html
Fixes #422, Fixes #432
1 parent c03327f commit eab4af1

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

README.es_MX.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Componente selector de fecha/hora nativo para Angular (5+) estilizado con Bootst
1414
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1515
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1616

17-
[Inicio / Página de demo](http://dalelotts.github.io/angular-bootstrap-datetimepicker/)
17+
[documentación](http://dalelotts.github.io/angular-bootstrap-datetimepicker/) (Inglés)
18+
19+
[Página de demo](https://angular-bootstrap-datetimepicker.stackblitz.io/)
1820

1921
*Leer la documentación en otro idioma: [Inglés](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/README.md)*
2022

@@ -72,7 +74,12 @@ export class AppModule { }
7274
Posterior, agrega lo siguiente a `./src/app/app.component.html`
7375

7476
```html
75-
<dl-date-time-picker></dl-date-time-picker>
77+
<dl-date-time-picker
78+
startView="day"
79+
maxView="year"
80+
minView="minute"
81+
minuteStep="5">
82+
</dl-date-time-picker>
7683
```
7784

7885
A continuación, agrega lo siguiente a `./src/styles.css`
@@ -92,7 +99,7 @@ Si el contenedor padre no es lo suficientemente ancho (mayor a 340px) el diseño
9299
Otros lenguajes/locales es probable que requieran un contenedor un poco mas ancho para poder mostrar apropiadamente el contenido.
93100

94101
## Configuración
95-
Utiliza el generador de configuración automatizado (AÚN NO DISPONIBLE) (por favor hazme saber si no funciona para tu caso!),
102+
Utiliza el [generador de configuración automatizado](https://angular-bootstrap-datetimepicker.stackblitz.io/) (por favor hazme saber si no funciona para tu caso!),
96103
o ve a [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
97104
para visualizar la documentación generada por automático.
98105

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Native Angular (5+) datetime picker component styled by Twitter Bootstrap 4.
1414
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1515
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
1616

17-
[Home / demo page](http://dalelotts.github.io/angular-bootstrap-datetimepicker/)
17+
[Documentation](http://dalelotts.github.io/angular-bootstrap-datetimepicker/)
18+
19+
[Demo Page](https://angular-bootstrap-datetimepicker.stackblitz.io/)
20+
1821

1922
*Read this in other languages: [Spanish](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/README.es_MX.md)*
2023
## On Angular 1.x?
@@ -71,7 +74,12 @@ export class AppModule { }
7174
Next, add the following to `./src/app/app.component.html`
7275

7376
```html
74-
<dl-date-time-picker></dl-date-time-picker>
77+
<dl-date-time-picker
78+
startView="day"
79+
maxView="year"
80+
minView="minute"
81+
minuteStep="5">
82+
</dl-date-time-picker>
7583
```
7684

7785
Next, add the following to `./src/styles.css`
@@ -93,7 +101,7 @@ Other languages/locals may require a wider container to fit the contents.
93101

94102
## Configuration
95103

96-
Use the automated configuration generator (NOT AVAILABLE YET!) (please let me know if it does not work for your use case!),
104+
Use the [automated configuration generator](https://angular-bootstrap-datetimepicker.stackblitz.io/) (please let me know if it does not work for your use case!),
97105
or see [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
98106
for the automatically generated documentation.
99107

0 commit comments

Comments
 (0)