Can I combine between ng-zorro-antd and ng-zorro-antd-mobile in one design?

Viewed 251

I'm building an application using Angular, and I want to design a responsive website that works on both (Web) and (Mobile). I know that ng-zorro-antd provides responsive layout , but it's not always compatible with the Mobile.

My Question is: Can I combine both of ng-zorro-antd and ng-zorro-antd-mobile in the same application in order to display the components of ng-zorro-antd-mobile dynamically when I change the device to mobile "using an emulated for instance Chrome ? and to reset it to be the normal layout by ng-zorro-antd ? or this is overloading in the design and the code size?

If not, How Can I design a website that works on both devices?

Thanks

0 Answers
Related