madoar

Results 265 comments of madoar

What you want is currently not possible with `angular-archwizard`, because the navigation bar is set to use 100% of the width of its parent. This sounds like a good enhancement.

A possible way to implement this would be to provide two directives `awBeforeNavigationBar` and `awAfterNavigationBar` which are injected via their `templateRef` before and after the navigation bar. This would be...

`ng2-archwizard` currently doesn't support lazy step loading. I guess you could use `(stepEnter)` to set a trigger, which you can afterwards check with `*ngIf` inside your step definition. I'm not...

The issue is the phase during which you "set" the condition which you pass to `ngIf`. You need to ensure that this is done in the correct angular lifecycle phase,...

Hello @MaslovD, sadly I currently do not have a lot of time to work on `angular-archwizard`. Therefore this library has not seen a lot of progress over the last year....

> I got the same problem, and the work-around of removing `changeDetection: ChangeDetectionStrategy.OnPush` in the parent component (= the one [lazy-loading the module](https://angular.io/guide/lazy-loading-ngmodules) which in turn loads the component which...

Which version of `angular-archwizard` are you using? The input `navigationMode` of `WizardComponent` does not exist anymore in the current version, it appears that you are using an older version. Can...

@Zemogiter essentially you are saying that you need Java 13 to successfully run the build tool?

I have two issues against this an update to Java 13: - Java 13 is not easily available on all distributions. Especially older ones may require custom package repositories -...