UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
e2e-app
/
button
/
button-e2e.ts
12 lines
(10 loc)
•
238 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Component
}
from
'@angular/core'
;
@Component
({
moduleId
:
module
.
id
,
selector
:
'button-e2e'
,
templateUrl
:
'button-e2e.html'
, })
export
class
ButtonE2E
{
isDisabled
:
boolean
=
false
;
clickCounter
:
number
=
0
; }