Skip to content

Commit f233890

Browse files
committed
test: ng demo update
1 parent ca30f73 commit f233890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nativescript/android": "7.0.0",
3737
"@nativescript/ios": "7.0.0",
3838
"@nativescript/types": "~7.0.4",
39-
"@nativescript/webpack": "~3.0.5",
39+
"@nativescript/webpack": "~4.1.0",
4040
"@ngtools/webpack": "10.1.3"
4141
},
4242
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",

demo-ng/src/app/examples/ripple/ripple.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
1+
import { NO_ERRORS_SCHEMA, NgModule } from '@angular/core';
22
import { NativeScriptCommonModule } from '@nativescript/angular';
33
import { NativeScriptMaterialRippleModule } from '@nativescript-community/ui-material-ripple/angular';
44
import { RippleComponent } from './ripple.component';

0 commit comments

Comments
 (0)