We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1286539 commit 6c5169eCopy full SHA for 6c5169e
src/switch/angular/index.ts
@@ -11,4 +11,4 @@ export class MaterialSwitchDirective {}
11
})
12
export class NativeScriptMaterialSwitchModule {}
13
14
-registerElement('MDSwitch', () => ProSwitchgress);
+registerElement('MDSwitch', () => Switch);
src/switch/angular/tsconfig.json
@@ -5,7 +5,7 @@
5
"paths": {
6
"@nativescript-community/ui-material-core": ["packages/core/index"],
7
"@nativescript-community/ui-material-core/*": ["packages/core/*"],
8
- "@nativescript-community/ui-material-switch": ["packages/switch/switch"],
+ "@nativescript-community/ui-material-switch": ["packages/switch/index"],
9
"@nativescript-community/ui-material-switch/*": ["packages/switch/*"]
10
}
},
0 commit comments