Skip to content

Commit d87b142

Browse files
committed
fix(AoT): remove imports from nativescript-angular/platform
This should prevent @angular/compiler from bundling when using webpack and ahead-of-time compilation.
1 parent 01a83fc commit d87b142

File tree

46 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

app/application-settings/application-settings-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ApplicationSettingsExamplesComponent } from "./application-settings-examples.component";
55
import { ValuesExampleComponent } from "./values/values.component";
66
import { TitleAndNavButtonModule } from "../directives/title-and-nav-button.module";

app/application/application-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ApplicationExamplesComponent } from "./application-examples.component";
55
import { AppCheckingTargetExampleComponent } from "./app-checking-target/app-checking-target.component";
66
import { AppUsingAndroidExampleComponent } from "./app-using-android-specifics/app-using-android-specifics.component";

app/camera/camera-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { CameraExamplesComponent } from "./camera-examples.component";
55
import { UsingCameraExampleComponent } from "./using-camera/using-camera.component";
66
import { TitleAndNavButtonModule } from "../directives/title-and-nav-button.module";

app/color/color-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55
import { ColorExamplesComponent } from "./color-examples.component";
66
import { CreatingColorsExampleComponent } from "./creating-colors/creating-colors.component";

app/common-screens-category/content-screens/content-screens-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ContentScreensExamplesComponent } from "./content-screens-examples.component";
55
import { ContentScrollablePageExampleComponent } from "./content-scrollable/content-scrollable-example.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/common-screens-category/dataentry/extended-dataentry-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ExtendedDataEntryExamplesComponent } from "./extended-dataentry-examples.component";
55
import { SignupDataEntryExampleComponent } from "./dataentry-signup/dataentry-signup.component";
66
import { SocialLoginDataEntryExampleComponent } from "./dataentry-sociallogin/dataentry-sociallogin.component";

app/common-screens-category/lists-category/extended-listview-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ExtendedListViewExamplesComponent } from "./extended-listview-examples.component";
55
import { CardsListViewExampleComponent } from "./cards/cards-listview.component";
66
import { HeaderWithMapExampleComponent } from "./header-with-map/header-with-map.component";

app/common-screens-category/userprofile/extended-userprofile-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ExtendedUserProfileExamplesComponent } from "./extended-userprofile-examples.component";
55
import { UserFeedExampleComponent } from "./user-feed/user-feed.component";
66
import { UserFeedImagesExampleComponent } from "./user-feed-images/user-feed-images.component";

app/connectivity/connectivity-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ConnectivityExamplesComponent } from "./connectivity-examples.component";
55
import { UsingConnectivityExampleComponent } from "./using-connectivity/using-connectivity.component";
66
import { TitleAndNavButtonModule } from "../directives/title-and-nav-button.module";

app/examples-list.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ExamplesListComponent } from "./examples-list.component";
55
import { TitleAndNavButtonModule } from "./directives/title-and-nav-button.module";
66

app/file-system/file-system-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { FileSystemExamplesComponent } from "./file-system-examples.component";
55
import { CreateExampleComponent } from "./create/create.component";
66
import { DeleteExampleComponent } from "./delete/delete.component";

app/fps-meter/fps-meter-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55

66
import { FpsExamplesComponent } from "./fps-meter-examples.component";

app/http/http-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55
import { NativeScriptHttpModule } from "nativescript-angular/http";
66

app/location/location-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { LocationExamplesComponent } from "./location-examples.component";
55
import { BasicLocationExampleComponent } from "./basic-location-example/basic-location-example";
66
import { LocationMonitoringExampleComponent } from "./location-monitoring-example/location-monitoring-example";

app/modal-page/modal-page-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// tslint:disable:max-line-length
22
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
33
import { NativeScriptRouterModule } from "nativescript-angular/router";
4-
import { NativeScriptModule } from "nativescript-angular/platform";
4+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
55
import { ModalPageExamplesComponent } from "./modal-page-examples.component";
66
import { SampleModalPageModuleExampleComponent } from "./sample-modal-page-module-example/sample-modal-page-module-example";
77
import { TitleAndNavButtonModule } from "../directives/title-and-nav-button.module";

app/platform/platform-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { PlatformExamplesComponent } from "./platform-examples.component";
55
import { PlatformModuleExampleComponent } from "./platform-module-example/platform-module-example";
66
import { TitleAndNavButtonModule } from "../directives/title-and-nav-button.module";

app/routing/routing-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55

66
import { RoutingExamplesComponent } from "./routing-examples.component";

app/timer/timer-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55

66
import { TimerExamplesComponent } from "./timer-examples.component";

app/trace/trace-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// tslint:disable:max-line-length
22
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
33
import { NativeScriptRouterModule } from "nativescript-angular/router";
4-
import { NativeScriptModule } from "nativescript-angular/platform";
4+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
55
import { NativeScriptFormsModule } from "nativescript-angular/forms";
66

77
import { TraceExamplesComponent } from "./trace-examples.component";

app/ui-category/action-bar/action-bar-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ActionBarExamplesComponent } from "./action-bar-examples.component";
55
import { ActionItemsComponent } from "./action-items/action-items.component";
66
import { NavigationButtonComponent } from "./navigation-button/navigation-button.component";

app/ui-category/activity-indicator/activity-indicator-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ActivityIndicatorExamplesComponent } from "./activity-indicator-examples.component";
55
import { SettingBusyComponent } from "./setting-busy/setting-busy.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/ui-category/animations/animations-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { AnimationsExamplesComponent } from "./animations-examples.component";
55
import { AnimatingPropertiesComponent } from "./animating-properties/animating-properties.component";
66
import { ChainingAnimationsComponent } from "./chaining-animations/chaining-animations.component";

app/ui-category/button/button-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ButtonExamplesComponent } from "./button-examples.component";
55
import { ButtonBindingTextComponent } from "./binding-text/binding-text.component";
66
import { ButtonTapEventComponent } from "./tap-event/tap-event.component";

app/ui-category/date-picker/date-picker-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { DatePickerExamplesComponent } from "./date-picker-examples.component";
55
import { ConfigureDatePickerComponent } from "./configure-date-picker/configure-date-picker.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/ui-category/dialogs/dialogs-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { DialogsExamplesComponent } from "./dialogs-examples.component";
55
import { ActionDialogComponent } from "./action-dialog/action-dialog.component";
66
import { AlertDialogComponent } from "./alert-dialog/alert-dialog.component";

app/ui-category/formatted-string/formated-string-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { FormattedStringExamplesComponent } from "./formated-string-examples.component";
55
import { CreateFormattedStringComponent } from "./create-formatted-string/create-formatted-string.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/ui-category/gestures/gestures-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { GesturesExamplesComponent } from "./gestures-examples.component";
55
import { DoubleTapExampleComponent } from "./double-tap/double-tap.component";
66
import { LongPressExampleComponent } from "./long-press/long-press.component";

app/ui-category/htmlview/htmlview-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { HtmlViewExamplesComponent } from "./htmlview-examples.component";
55
import { CreatingHtmlViewExampleComponent } from "./creating-htmlview/creating-htmlview.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/ui-category/image/image-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ImageExamplesComponent } from "./image-examples.component";
55
import { CreatingImageExampleComponent } from "./creating-image/creating-image.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/ui-category/label/label-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { LabelExamplesComponent } from "./label-examples.component";
55
import { CreatingLabelComponent } from "./creating-label/creating-label.component";
66
import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module";

app/ui-category/layouts/layouts-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { LayoutsExamplesComponent } from "./layouts-examples.component";
55
import { AbsoluteLayoutComponent } from "./absolute-layout/absolute-layout.component";
66
import { DockLayoutComponent } from "./dock-layout/dock-layout.component";

app/ui-category/listpicker/listpicker-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55
import { ListPickerExamplesComponent } from "./listpicker-examples.component";
66
import { CreatingListPickerComponent } from "./creating-listpicker/creating-listpicker.component";

app/ui-category/listview/listview-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ListViewExamplesComponent } from "./listview-examples.component";
55
import { CreatingListViewComponent } from "./creating-listview/creating-listview.component";
66
import { CustomizingListViewComponent } from "./customizing-listview/customizing-listview.component";

app/ui-category/ng-directives/ng-directives-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { NativeScriptFormsModule } from "nativescript-angular/forms";
55
import { NgDirectivesExamplesComponent } from "./ng-directives-examples.component";
66
import {

app/ui-category/progress/progress-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ProgressExamplesComponent } from "./progress-examples.component";
55
import { CreatingProgressComponent } from "./creating-progress/creating-progress.component";
66
import { SettingProgressComponent } from "./setting-progress/setting-progress.component";

app/ui-category/scroll-view/scroll-view-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { ScrollViewExamplesComponent } from "./scroll-view-examples.component";
55
import { ScrollViewHorizontalComponent } from "./horizontal/scroll-view-horizontal.component";
66
import { ScrollViewVerticalComponent } from "./vertical/scroll-view-vertical.component";

app/ui-category/search-bar/search-bar-examples.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
22
import { NativeScriptRouterModule } from "nativescript-angular/router";
3-
import { NativeScriptModule } from "nativescript-angular/platform";
3+
import { NativeScriptModule } from "nativescript-angular/nativescript.module";
44
import { SearchBarExamplesComponent } from "./search-bar-examples.component";
55
import { BasicSearchBarComponent } from "./basic-search-bar/basic-search-bar.component";
66
import { ClearSearchBarComponent } from "./clear-search-bar/clear-search-bar.component";

0 commit comments

Comments
 (0)