mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
alpha34
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
View,
|
||||
Directive,
|
||||
ElementRef,
|
||||
Ancestor,
|
||||
Host,
|
||||
Optional,
|
||||
NgControl,
|
||||
Renderer,
|
||||
@@ -29,7 +29,7 @@ import {pointerCoord} from '../../util/dom';
|
||||
})
|
||||
class MediaSwitch {
|
||||
constructor(
|
||||
@Ancestor() @Inject(forwardRef(() => Switch)) swtch: Switch,
|
||||
@Host() @Inject(forwardRef(() => Switch)) swtch: Switch,
|
||||
elementRef: ElementRef,
|
||||
config: IonicConfig
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user