Zongbin

Results 92 comments of Zongbin

Now 15.2.0 has added pre-built themes, I will sync this feature to v14 in the next week.

I'm sorry, the lib doesn't have carousel component yet. I have ever planed to add it, but I'm very busy with my work. In fact, there already have some wonderful...

I recently created another vanilla JS carousel [Unsliderjs](https://github.com/nzbin/unsliderjs), maybe I will add it to this lib in the future.

Hi, folks, I suggest you can try the ng-dnd library https://github.com/ng-dnd/ng-dnd

As the [Material Extensions](https://ng-matero.github.io/extensions/) has also switched Material 3, you can improve the styles by yourself. I will update the styles when the Material 3 is not experimental.

Please check this example https://codepen.io/nzbin/pen/KKrOPKE

Thanks for your advice, I'm unfamiliar with `happy-dom` and I don't know what should to do.

Which Angular version do you use?

The Angular 9 doesn't support JS class `static` prop, please try ```bash npm i photoviewer@~3.8.0 -E ``` package.json ```json { "dependencies": { ... "photoviewer": "~3.8.0", ... }, } ```

Thanks for your reply. I created a [advanced layout demo](https://stackblitz.com/edit/angular-cqoqma?file=src%2Fapp%2Fapp.component.ts). It's very easy to use with v5's layout but very hard with v6. I want to know whether there has...