You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Página de demo](https://angular-bootstrap-datetimepicker.stackblitz.io/)
18
20
19
21
*Leer la documentación en otro idioma: [Inglés](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/README.md)*
20
22
@@ -72,7 +74,12 @@ export class AppModule { }
72
74
Posterior, agrega lo siguiente a `./src/app/app.component.html`
73
75
74
76
```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>
76
83
```
77
84
78
85
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
92
99
Otros lenguajes/locales es probable que requieran un contenedor un poco mas ancho para poder mostrar apropiadamente el contenido.
93
100
94
101
## 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!),
96
103
o ve a [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
97
104
para visualizar la documentación generada por automático.
*Read this in other languages: [Spanish](https://github.com/dalelotts/angular-bootstrap-datetimepicker/blob/master/README.es_MX.md)*
20
23
## On Angular 1.x?
@@ -71,7 +74,12 @@ export class AppModule { }
71
74
Next, add the following to `./src/app/app.component.html`
72
75
73
76
```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>
75
83
```
76
84
77
85
Next, add the following to `./src/styles.css`
@@ -93,7 +101,7 @@ Other languages/locals may require a wider container to fit the contents.
93
101
94
102
## Configuration
95
103
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!),
97
105
or see [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
0 commit comments