...
Limitations
- Calls between JavaScript and TypeScript source codes are not supported.
Call links from field initializations are not fully supported.
- Connectivity between components through Angular routing is not supported.
- Passing directly url strings (or string variables referring to urls) as arguments to web-service calls is supported for many use cases. However passing them
through http.RequestOptions (containing metadata) is work in progress. - String concatenations using the operator '+' inside loops does not raise violations currently.
- A single production environment file is supported (see corresponding section above).