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 ca30f73 commit f233890Copy full SHA for f233890
demo-ng/package.json
@@ -36,7 +36,7 @@
36
"@nativescript/android": "7.0.0",
37
"@nativescript/ios": "7.0.0",
38
"@nativescript/types": "~7.0.4",
39
- "@nativescript/webpack": "~3.0.5",
+ "@nativescript/webpack": "~4.1.0",
40
"@ngtools/webpack": "10.1.3"
41
},
42
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",
demo-ng/src/app/examples/ripple/ripple.module.ts
@@ -1,4 +1,4 @@
1
-import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
+import { NO_ERRORS_SCHEMA, NgModule } from '@angular/core';
2
import { NativeScriptCommonModule } from '@nativescript/angular';
3
import { NativeScriptMaterialRippleModule } from '@nativescript-community/ui-material-ripple/angular';
4
import { RippleComponent } from './ripple.component';
0 commit comments