angularcommand-line-interfaceweboslgsmart-tv

How to create WebOs SmarTV App Using Angular8?


I want to create an LG smart TV application using Angular8. I Have created an angular app using CLI but when I import this application on WebOS IDE it is not working. And if I create an app using IDE then I don't know how to install Angular on this application manually.

So I want to create WebOS app with Angular8


Solution

  • TOAST is an open source Cordova plugin for developing TV Web applications, created by Samsung. TOAST enables you to create a multiple-platform solution for your TV Web application,. But you will get lot of extra functionalities to build a multiple-platform apps due the main point of TOAST is to act as a proxy between your app and the TV, so every operation in TOAST is translated to the correct system function. You can check the TOAST wiki to get a complete list of methods and its compatibility with the supported platforms (browser, LG webOS, Samsung Tizen, Samsung Legacy (orsay))

    A more formal framework for Tizen would be CAPH:

    CAPH is a Web UI framework for TV. Develop High Performance Web Application Easily and Quickly. CAPH consists of below modules.

    Key Navigation

    Scrollable List and Grid

    UI Components : Button, Radio Button, Toggle Button, Checkbox, Input, Dialog, Context Menu, Dropdown Menu

    Touch feature : Pan, Tap and Double Tap. (from CAPH 3.1)

    Please find more info about CAPH here