how to do design in XML instead of Html in nativescript with Angular?

Viewed 1036

Is it possible to use XML instead of Html for design the screen in nativescript with angular app template?

Thank you for reading, looking forward to reading your responses!

2 Answers

The answer is yes: Angular is perfectly happy to accept XML for its templates in NativeScript -- we are doing that at my company Yollerhorn right now as we develop our mobile app, and we made the decision to help disambiguate our web templates from our native templates. The one caveat is that we've run into some strange errors around commenting and unrecognized XML, but in general it should work just fine.

Related