UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
src
/
components
/
users
/
signin-social
/
ko
/
runtime
/
signin-aad.html
5 lines
(4 loc)
•
168 B
HTML
View Raw
1
2
3
4
5
<
button
id
=
"signinAad"
class
=
"button"
data-bind
=
"click: signIn, css: classNames"
>
<
i
class
=
"icon icon-aad"
>
</
i
>
<
span
data-bind
=
"text: label"
>
</
span
>
</
button
>