UNPKG
ng2-color-picker
Version:
beta (1.3.0-beta0.0.1)
latest (1.3.2)
1.3.2
1.3.0
1.3.0-beta0.0.1
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Simple color picker for Angular 2
github.com/AndyMeps/ng2-color-picker
AndyMeps/ng2-color-picker
ng2-color-picker
/
dist
/
src
/
models
/
color-picker-config.model.js
10 lines
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
ColorPickerConfiguration
= (
function
(
) {
function
ColorPickerConfiguration
(
) {
this
.
width
=
25
;
this
.
height
=
25
;
this
.
borderRadius
=
4
; }
return
ColorPickerConfiguration
; }());
export
{
ColorPickerConfiguration
};
//# sourceMappingURL=color-picker-config.model.js.map