NativeScript supports very convenient orientation qualifiers.
Unfortunately, I'm unable to get this work in NativeScript with Angular.
My layout.land.html or layout.land.css is not loaded. Even if I will create both layout.port.html and layout.land.html and delete land.html -> app complains that layout.html can not be found.
I suppose it is not supported for Angular apps. If this is the case, are there any workoarounds to load different layout based on orientation or other qualifiers?
I'm aware about this plugin but I would preffer above solution bevause it is built in and allows for complete different layouts.