Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit 84b8963

Browse files
update cl + merge fixes
1 parent b4b2656 commit 84b8963

File tree

6 files changed

+966
-1051
lines changed

6 files changed

+966
-1051
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### Bug Fixes
1818

19-
- **command:** initial delay to disable on load (now inverted so its smoother)
19+
- **command:** remove initial delay to disable on load
2020

2121
## [1.5.1](https://github.com/sketch7/ngx.ux/compare/1.5.0...1.5.1) (2020-10-28)
2222

examples/package-lock.json

Lines changed: 24 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/projects/example-app/src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { MatButtonModule } from "@angular/material/button";
55
import { MatProgressSpinnerModule } from "@angular/material/progress-spinner";
66
import { MatIconModule } from "@angular/material/icon";
77
import { MatCardModule } from "@angular/material/card";
8-
import { SsvCommandModule } from "@ssv/ngx.command";
8+
import { CommandModule } from "@ssv/ngx.command";
99

1010
import { AppComponent } from "./app.component";
1111
import { AppRoutingModule } from "./app-routing.module";
@@ -28,7 +28,7 @@ const materialModules = [
2828
AppRoutingModule,
2929
BrowserAnimationsModule,
3030

31-
SsvCommandModule.forRoot({
31+
CommandModule.forRoot({
3232
executingCssClass: "is-busy"
3333
}),
3434
materialModules,

0 commit comments

Comments
 (0)