I have created angular cli project and integrated tizen and webos platform …when I build app it created /dist folder but dont now how to debug or test app in tizen tv simulator.
Have developed code in visual code.
This is a really great tutorial. I did not know that angular is that popular now. You can make a lot of money if you are angular developer and those are great news. I am thinking about going to USA or Canada because they have the best web developer salary. If you look how much Angular developers make you can see that it is getting more and more popular and it is on the 3rd place of the most popular platforms right now. It is becoming more and more wanted because there is a lot of employers who need Angular developers and there is not enough of them at the moment. If you learn how to do Angular you will most certainly be able to find a job.
Conteudo muito bom da samsung.
Hello! Did you find out how to do it? I’m in the same boat right now
Check out Wits: https://github.com/Samsung/Wits
It’s the easiest way to deploy app to emulator and on real device.
This works for any web app, React/Angular/Plain JS.
You will also get Chrome dev tools open, so you can debug
Create .witsconfig.json
in Project root, where your package.json is. There is a cli for creating this config:
{
"connectionInfo": {
"baseAppPath": "./dist",
"deviceIp": "0.0.0.0",
"socketPort": 9787,
"width": "1920",
"isDebugMode": true,
"hostIp": "192.123.123.20"
},
"profileInfo": {
"path": "~/tizen-studio-data/profile/profiles.xml"
}
}
Add "baseAppPath": "./dist",
since this is not part of the cli.
Then just run wits -s
- it will build and deploy your app from dist
dir
hi [naz1589454147]
I have create an Angular Cli web with this config.
Angular CLI: 14.0.0
Node: 16.17.0
Package Manager: npm 8.15.0
OS: win32 x64
Angular: 14.0.0
… animations, cli, common, compiler, compiler-cli, core, forms
… platform-browser, platform-browser-dynamic, router
Package Version
@angular-devkit/architect 0.1400.0
@angular-devkit/build-angular 14.0.0
@angular-devkit/core 14.0.0
@angular-devkit/schematics 14.0.0
@angular/cdk 14.0.1
@angular/fire 7.4.1
@angular/material 14.0.1
@schematics/angular 14.0.0
rxjs 7.5.5
typescript 4.7.3
How can i integrate tizen platform?
It´s necesary to install tizen studio or it is only a package by npm?
Best Regards