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
/
material-examples
/
select-no-ripple
/
select-no-ripple-example.ts
10 lines
(8 loc)
•
283 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{Component}
from
'@angular/core'
;
/** @title Select with no option ripple */
@Component
({ selector:
'select-no-ripple-example'
, templateUrl:
'select-no-ripple-example.html'
, styleUrls: [
'select-no-ripple-example.css'
], }) export
class
SelectNoRippleExample
{}