UNPKG
path-framework-weberm16
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Path Application Framework
github.com/zhaw-weberm16/path
innovad/path
path-framework-weberm16
/
app
/
path-framework
/
form
/
field
/
form-field-label.component.html
4 lines
(3 loc)
•
104 B
HTML
View Raw
1
2
3
4
<
div
class
=
"col-md-2"
>
<
h5
class
=
"modal-title"
[
class.required
]=
"required"
>
{{label}}
</
h5
>
</
div
>