Skip to content

Commit 44c223b

Browse files
committed
chore: cleanup
1 parent 10241ef commit 44c223b

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

apps/nativescript-demo-ng/src/hmr-accept.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/nativescript-demo-ng/src/main.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
import { platformNativeScript, platformNativeScriptDynamic, runNativeScriptAngularApp } from '@nativescript/angular';
2-
import { Application, StackLayout } from '@nativescript/core';
1+
import { platformNativeScript, runNativeScriptAngularApp } from '@nativescript/angular';
32

43
import { AppModule } from './app/app.module';
5-
import { hmrAccept } from './hmr-accept';
6-
7-
hmrAccept(module);
8-
9-
// platformNativeScriptDynamic().bootstrapModule(AppModule);
104

115
runNativeScriptAngularApp({
126
appModuleBootstrap: () => platformNativeScript().bootstrapModule(AppModule),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"private": true,
66
"scripts": {
7-
"clean": "npx rimraf hooks node_modules package-lock.json && npm i --legacy-peer-deps",
7+
"clean": "npx rimraf hooks node_modules package-lock.json && npm i",
88
"clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
99
"postinstall": "husky install",
1010
"nx": "nx",

0 commit comments

Comments
 (0)