Answer the question
In order to leave comments, you need to log in
How to install angular 2 in cordova project?
I just started learning angular 2 and I want to write a project for iOS. help me please
Answer the question
In order to leave comments, you need to log in
If you learn from the official guide, then in the tsconfig.json file, add "outDir": "dist" to the "compilerOptions" section,
so that the transpiler puts .js files in the dist folder and does not mix with .ts
And in the SystemJS settings (systemjs.config. js) specify this folder (8-9 line approximately):
var map = {
'app': 'dist', // изначально тут указана папка app
Just like in any other project, it compiles js and connects it to an html file. Is there an html file in cordova?
ionic is. everything that needs to be done has already been done in it
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question