Skip to content

Commit

Permalink
chore: bump ngx-tethys to 9.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Nov 27, 2020
1 parent 0b512f4 commit 79da9f8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
2 changes: 2 additions & 0 deletions examples/app1/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ import { DemoCommonModule } from '@demo/common';
import { NgxPlanetModule } from 'ngx-planet';
import { UserModule } from './user/user.module';
import { ProjectsComponent } from './projects/projects.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

@NgModule({
declarations: [AppRootComponent, AppActualRootComponent, DashboardComponent, ProjectsComponent],
imports: [
BrowserModule,
BrowserAnimationsModule,
RouterModule.forRoot(routers),
// UserModule,
NgxTethysModule,
Expand Down
2 changes: 2 additions & 0 deletions examples/app2/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { DemoCommonModule } from '@demo/common';
import { ProjectResolver } from './projects/project.resolver';
import { TasksComponent } from './projects/tasks/tasks.component';
import { ViewComponent } from './projects/view/view.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

const routers: Route[] = [
{
Expand Down Expand Up @@ -73,6 +74,7 @@ const routers: Route[] = [
entryComponents: [AppRootComponent, ProjectDetailComponent],
imports: [
CommonModule,
BrowserAnimationsModule,
FormsModule,
BrowserModule,
RouterModule.forRoot(routers),
Expand Down
2 changes: 1 addition & 1 deletion examples/portal/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Planet, SwitchModes, GlobalEventDispatcher, ApplicationStatus, PlanetAp
import { Router, NavigationEnd, ActivatedRoute } from '@angular/router';
import { ThyDialog } from 'ngx-tethys/dialog';
import { ADetailComponent } from './a-detail/a-detail.component';
import { ThyConfirmService, ThyNotifyService } from 'ngx-tethys';
import { ThyNotifyService } from 'ngx-tethys/notify';
import { AppRootContext } from '@demo/common';
import { CustomSettingsService } from './custom-settings.service';

Expand Down
2 changes: 2 additions & 0 deletions examples/portal/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BrowserModule, DomSanitizer } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { NgModule } from '@angular/core';

import { AppRoutingModule } from './app-routing.module';
Expand All @@ -16,6 +17,7 @@ import { FormsModule } from '@angular/forms';
declarations: [AppComponent, AboutComponent, SettingsComponent, ADetailComponent],
imports: [
BrowserModule,
BrowserAnimationsModule,
FormsModule,
NgxTethysModule,
ThyDialogModule,
Expand Down
19 changes: 3 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
"@angular/router": "~9.1.12",
"bootstrap": "4.3.1",
"date-fns": "^2.16.1",
"ngx-bootstrap": "6.2.0",
"ngx-sortablejs": "^3.1.4",
"ngx-tethys": "9.0.0-beta.1",
"ngx-tethys": "9.0.0-beta.2",
"rxjs": "~6.5.5",
"sortablejs": "1.8.4",
"tslib": "^1.10.0",
Expand Down

0 comments on commit 79da9f8

Please sign in to comment.