Skip to content

Commit 685f7be

Browse files
committed
chore: workspace migration plugin-tools 1.1.0
1 parent 1bd8021 commit 685f7be

File tree

8 files changed

+664
-740
lines changed

8 files changed

+664
-740
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"@angular/compiler-cli": "file:../../node_modules/@angular/compiler-cli",
4040
"@nativescript/android": "7.0.1",
41-
"@nativescript/ios": "7.1.1",
42-
"@nativescript/webpack": "~3.0.0",
41+
"@nativescript/ios": "7.2.0",
42+
"@nativescript/webpack": "~4.1.0",
4343
"@ngtools/webpack": "file:../../node_modules/@ngtools/webpack",
4444
"typescript": "file:../../node_modules/typescript"
4545
}

apps/demo-angular/src/plugin-demos/localize.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
22
import { NativeScriptCommonModule, NativeScriptRouterModule } from '@nativescript/angular';
3+
import { NativeScriptLocalizeModule } from '@nativescript/localize/angular';
34
import { LocalizeComponent } from './localize.component';
45

56
@NgModule({
6-
imports: [NativeScriptCommonModule, NativeScriptRouterModule.forChild([{ path: '', component: LocalizeComponent }])],
7+
imports: [NativeScriptCommonModule, NativeScriptRouterModule.forChild([{ path: '', component: LocalizeComponent }]), NativeScriptLocalizeModule],
78
declarations: [LocalizeComponent],
89
schemas: [NO_ERRORS_SCHEMA],
910
})

0 commit comments

Comments
 (0)