You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a {N} project has to follow a few conventions in order to be built with {N} CLI. For example, the source code should be in a folder named app, the application resources should be in app/App_Resources and so on.
The project structure should be configurable per project. For example, a project can have a .tns-cli.json file inside the project where the following can be specified:
This is particularly important when building apps with Angular 5. The package @angular/common contains localization files (~17Mb) which will get deployed on the device even if they are not used.
Currently, a {N} project has to follow a few conventions in order to be built with {N} CLI. For example, the source code should be in a folder named
app, the application resources should be inapp/App_Resourcesand so on.The project structure should be configurable per project. For example, a project can have a
.tns-cli.jsonfile inside the project where the following can be specified:@angular/commoncontains localization files (~17Mb) which will get deployed on the device even if they are not used.