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
/
grid-list
/
grid-list-e2e.ts
9 lines
(7 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{Component}
from
'@angular/core'
;
@Component
({ moduleId: module.id, selector:
'grid-list-e2e'
, templateUrl:
'grid-list-e2e.html'
, }) export
class
GridListE2E
{}